Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

64 lines
2.7 KiB

# The name of the package - should match the "name" property in ./package.json
#
package.name=ext
# The namespace to which this package's SASS corresponds. The default value of
# "Ext" means that the files in ./sass/src (and ./sass/var) match classes in
# the Ext" root namespace. In other words, "Ext.panel.Panel" maps to
# ./sass/src/panel/Panel.scss.
#
# To style classes from any namespace, set this to blank. If this is blank,
# then to style "Ext.panel.Panel" you would put SASS in
# ./sass/src/Ext/panel/Panel.scss.
#
#package.sass.namespace=Ext
# This is the comma-separated list of folders where classes reside. These
# classes must be explicitly required to be included in the build.
#
package.classpath=${package.dir}/src
# This is the comma-separated list of folders of overrides. All files in this
# path will be given a tag of "packageOverrides" which is automatically
# required in generated apps by the presence of this line in app.js:
#
# //@require @packageOverrides
#
package.overrides=${package.dir}/overrides
# This is the folder where SASS "src" resides. This is searched for SCSS
# files that match the JavaScript classes used by the application.
#
#package.sass.srcpath=${package.dir}/sass/src
# This is the folder where SASS "vars" resides. This is searched for SCSS
# files that match the JavaScript classes used by the application.
#
#package.sass.varpath=${package.dir}/sass/var
# This file is automatically imported into the SASS build before "vars".
#
#package.sass.etcpath=${package.dir}/sass/etc/all.scss
# This is the folder in which to place "sencha packaage build" output.
#
package.build.dir=${package.dir}/build
# The folder that contains example application(s) for this package.
#
package.examples.dir=${package.dir}/examples
# The folder that contains sub-packages of this package. Only valid for "framework"
# package type.
#
package.subpkgs.dir=${package.dir}/packages
#==============================================================================
# Custom Properties - Place customizations below this line to avoid merge
# conflicts with newer versions
package.examples=kitchensink,executive-dashboard,charts-kitchensink,desktop,ticket-app,portal,simple-tasks,responsive-app,aria
package.subpkgs=ext-ux,ext-locale,ext-charts,ext-theme-classic,ext-theme-gray,ext-theme-classic-sandbox,ext-theme-neptune,ext-theme-neptune-touch,ext-theme-crisp,ext-theme-crisp-touch,ext-aria,ext-theme-aria,sencha-charts,sencha-soap,sencha-amf
package.cmd.version=5.1.3.61
package.subpkgs.repo=ext-ux,ext-locale,ext-charts,ext-theme-classic,ext-theme-gray,ext-theme-classic-sandbox,ext-theme-neptune,ext-theme-neptune-touch,ext-theme-crisp,ext-theme-crisp-touch,ext-aria,ext-theme-aria