]> git.proxmox.com Git - extjs.git/blob - extjs/templates/executive-dashboard/.sencha/app/development.defaults.properties
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / executive-dashboard / .sencha / app / development.defaults.properties
1 # =============================================================================
2 # This file defines default property values that apply to the "development" build
3 # environment.
4 #
5 # Please use testing.properties to customize these properties unless you want
6 # your customizations to be for all environments. In that case, you can instead
7 # override these properties in build.properties.
8 #
9 # The properties defined in this file take priority over defaults.properties
10 # but are lower priority than build.properties which in turn is lower priority
11 # than development.properties.
12 #
13 # IMPORTANT - This file should not be modified by an app as it is overwritten
14 # during each app upgrade.
15 # =============================================================================
16
17 build.options.logger=yes
18
19 build.options.debug=true
20
21 build.css.compress=false
22
23 build.include.all.scss=true
24
25 # By default we don't need to build an "all.js" file, or a new markup page or
26 # slice images for IE8/9. These can be added to "development.properties" and
27 # set to 0 to enable them if needed.
28 skip.page=1
29 skip.js=1
30 skip.slice=1