sencha.cfg
1.75 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# The name of the application
app.name=amdaApp
# The name of the framework used by the application (ext / touch)
app.framework=ext
# The path(s) to application javascript sources (comma separated)
app.classpath=${app.dir}/js/app,${app.dir}/js/lib/ux,${app.dir}/js/lib/SAMP,${app.dir}/js/lib/ext-override.js
# Output location for application build artifacts
app.build.dir=${workspace.build.dir}/${app.name}
# The root namespace to use when mapping scss resources to js classes
# in the sass/src and sass/var directories
app.sass.namespace=amdaApp
# Path to sass rule definition files corresponding to JavaScript classes.
app.sass.srcpath=${app.dir}/sass/src
# Path to sass variable definition files corresponding to JavaScript classes.
app.sass.varpath=${app.dir}/sass/var
# Path to sass function and mixin files.
app.sass.etcpath=${app.dir}/sass/etc/all.scss
# Path to extra ruby files to include into the generated sass config.rb,
# <approot>/sass/config.rb will be included automatically if present and does
# not need to be specified.
# app.sass.rubypath=
# The name of the package containing the theme scss for the app
app.theme=ext-theme-classic
# This property can be modified to change the input and output page file
# used in the compile command. (eg: index.aspx, index.jsp ... )
app.page.name=index.html
# the input page file
app.page.file=${app.dir}/${app.page.name}
# this property specifies a comma separated list of paths containing
# resources to copy to the build directory
app.resource.paths=${app.dir}/resources
#==============================================================================
# Custom Properties - Place customizations below this line to avoid merge
# conflicts with newer versions
app.framework.version=4.2.4.1664
app.cmd.version=4.0.5.87