-
7 Jan 2013 5:12 PM #1
sencha compile on one folder instead of the whole application
sencha compile on one folder instead of the whole application
Hi,
Is there a way to do sencha compile on one folder instead of the whole application. Basically, I have a folder "modal" which has all auto generated js files. I want put those files into one js file and include that js file in the index.html and leave other js file dynamically loading.
also how to compile js files without compression?
Thanks a lot.
-
7 Jan 2013 7:23 PM #2
You should just use YUI compressor and create a batch file to compress the files you want.
Scott.Code:$ cat file1.js file2.js > files-all.js $ java -jar /usr/share/yui-compressor/yui-compressor.jar release/files-all.js -o files-min.js
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote