13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# =============================================================================
# This file defines properties used by build-impl.xml, which is the core of
# the applications build process. You can customize this file to control the
# various options used in the testing build.
#
# IMPORTANT - Sencha Cmd will merge your changes with its own during upgrades.
# To avoid potential merge conflicts avoid making large, sweeping changes to
# this file.
# =============================================================================
 
# ===========================================
# various js / compiler properties
# ===========================================
 
build.compression.yui=0
build.compression.closure=0
build.compression.uglify=0
 
build.options.debug=
 
# This property can be modified to tune the optimization process
build.optimize=
 
build.css.preprocess=true
build.css.preprocessor.opts=
build.css.compress=false