Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster loading during development #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2015

  1. Introduced new load mode 'dynamic-extensible'. With this mode, the ex…

    …tensible framework is loaded dynamically (class by class) while the ext/js is loaded from the archive file. Compared to the fully dynamic mode is is *much* faster. Furthermore, fixed loading of CSS files in debug and dynamic modes. In these modes, CSS files are now loaded individually, not the concatenated file.
    gsidler committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    0c927e5 View commit details
    Browse the repository at this point in the history
  2. Set Ext.Loader property disableCaching to false for all the examples.…

    … For most examples it was false already, for a few not. It is confusing if caching is disabled for some examples and for some not. Furthermore, if caching is disabled, debugging with Firebug becomes really painful.
    gsidler committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    3726292 View commit details
    Browse the repository at this point in the history
  3. Small fix in the test data.

    gsidler committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    ffb3c83 View commit details
    Browse the repository at this point in the history