Using Sencha Cmd from ${cmd.dir}
and
union
-not
-tag=core
and
metadata
+append
--base-path=${bootstrap.base.path}
+loader-paths
-jsonp=Ext.Loader.addClassPathMappings
-out=${bootstrap.example.js}
and
exclude
-tag=framework
and
include
-namespace=Ext.ux
and
metadata
--base-path=${bootstrap.base.path}
+alternates
+append
-out=${bootstrap.example.js}
and
metadata
--base-path=${bootstrap.base.path}
+alias
+append
-out=${bootstrap.example.js}
and
union
-tag=packageOverrides
and
metadata
--base-path=${bootstrap.base.path}
+append
+filenames
-tpl=Ext.Loader.loadScript("{0}");
-out=${bootstrap.example.js}
# sass
and
restore
page
and
#only set variables for used classes eg. $include-class-name
sass
+class-name-vars
-variable=$image-search-path:'${image.search.path}'
-variable=$theme-name: '${app.theme}' !default
-output=${app.out.scss}
and
include
-all
and
sass
+class-name-vars
+etc
+vars
+rules
-variable=$image-search-path:'${image.search.path}'
-variable=$theme-name: '${app.theme}' !default
-output=${app.example.scss}
and
# include etc and vars from all classes
sass
+etc
+vars
+append
-output=${app.out.scss}
and
restore
page
and
#only include rules from used classes
sass
+rules
+append
-output=${app.out.scss}
and
sass
+ruby
-output=${app.out.ruby}
Preprocessing @{cssfile} to ${css.output.name}
Compressing @{cssfile} to ${css.output.name}
/*
* This file is generated by Sencha Cmd and should NOT be edited. It redirects
* to the most recently built CSS file for the application to allow index.html
* in the development directory to load properly (i.e., "dev mode").
*/
@import '${app.out.css.path}';
/*
* This file is generated by Sencha Cmd and should NOT be edited. It redirects
* to the most recently built CSS file for the application to allow theme.html
* to load properly for image slicing (required to support non-CSS3 browsers
* such as IE9 and below).
*/
@import '${app.example.css.path}';
Merging resources from base package @{base}
Copying resources from required package @{base}
Capture theme image to ${build.capture.png}
theme
capture
-page=${app.example.theme.html}
-image=${build.capture.png}
-manifest=${build.capture.json}
Slicing theme images to ${build.resources.dir}
fs
slice
${build.slice.options}
-image=${build.capture.png}
-manifest=${build.capture.json}
-out=${build.resources.dir}
Executing 'sencha package build' for theme package ${args.themeName}
package
build
/**
* This file is generated by Sencha Cmd and should NOT be edited. It is
* provided to support globbing requires, custom xtypes, and other
* metadata-driven class system features
*/
# base build command
compile
-options=${build.options}
page
-name=full-page
-in=${app.page.file}
-out=${build.page.file}
-classes=${build.classes.name}
-stylesheet=${app.out.css.rel}
${build.page.options}
and
restore
full-page
and
${build.operations}
and
${build.optimize}
and
save
page
# page command
and
concat
${build.compression}
-out=${build.classes.file}
${build.concat.options}
# bootstrap
${build.theme.commands}