]> git.proxmox.com Git - extjs.git/blob - extjs/examples/modern/energy/.sencha/app/ext.properties
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / modern / energy / .sencha / app / ext.properties
1 # =============================================================================
2 # This file defines default property values that apply to all builds based on
3 # Ext JS 5.x framework.
4 #
5 # Please use build.properties to customize these properties.
6 #
7 # To override a property based on build.environment instead add properties to
8 # one of these higher priority files:
9 #
10 # - production.properties
11 # - testing.properties
12 # - native.properties
13 # - package.properties
14 #
15 # The properties defined in this file take priority over defaults.properties
16 # and *.defaults.properties.
17 #
18 # IMPORTANT - This file should not be modified by an app as it is overwritten
19 # during each app upgrade.
20 # =============================================================================
21
22 enable.ext42.themes=true
23
24 enable.sencha-core.filter=true
25
26 build.options.product=ext
27
28 build.options.minVersion=5
29
30 bootstrap.include.boot=true
31 bootstrap.override.tpl=Ext.Loader.loadScriptsSync
32 bootstrap.override.tpltype=jsonp
33
34 app.microloader.name=Microloader.js
35 app.microloader.dir=${app.config.dir}
36 app.microloader.bootstrap=${app.microloader.dir}/${app.microloader.name}
37 app.microloader.path=${app.microloader.dir}/${app.microloader.name}
38
39 build.microloader.json.tpl.embedded=var Ext = Ext || '{' '}'; Ext.manifest = Ext.manifest || {0};
40 build.microloader.manifest.name=${app.manifest.name}
41 build.microloader.json.tpl.external=var Ext = Ext || '{' '}'; Ext.manifest = Ext.manifest || "${build.microloader.manifest.name}";
42
43 build.skip.versions.file=true
44 build.enable.appmanifest=true
45 compass.compile.force=false