0

I am new to sencha and working on build process. Will you please help me the difference ? Cause while building development build in sencha files are not getting copied properly, so can not able to find the difference.

Thanks.

mugdha
  • 3
  • 4

1 Answers1

1

For production build Sencha:

  • use minified sources without comments
  • merge separate js files into app.js

In development build you have unpacked resources and files in case you need to debug or look through them.

Nikolai Lopin
  • 682
  • 4
  • 15