sencha.cfg 723 B

12345678910111213141516171819202122
  1. # This is the SDK version. By defining this property, we are declaring this
  2. # folder to be an SDK distribution.
  3. framework.name=ext
  4. framework.version=6.6.0.258
  5. framework.classpath=${framework.dir}/src
  6. #------------------------------------------------------
  7. # This is the minimum required Sencha Command version:
  8. framework.cmd.minver=6.6.0.13
  9. # This is the current version of the Sencha Command at the time of this SDK release:
  10. framework.cmd.version=6.6.0.13
  11. ext.license.name=trial
  12. framework.packages.dir=${framework.dir}/packages/,${framework.dir}/${toolkit.name}
  13. # these are defaults for unset variables
  14. # overrides should be placed in either app or package .json file
  15. app.sass.dynamic=true
  16. package.sass.dynamic=true