Threaded View
-
6 Nov 2012 6:06 AM #1
Compile and concatenate only app files with v3.0.0.230
Compile and concatenate only app files with v3.0.0.230
trying with:
but the minified file includes Ext files also. Is this a bug in .230 (MacOSX 10.6.8) or the command is wrong ?Code:sencha compile -classpath=app union -r -namespace MyAppNamespace and concat -yui minified.js
EDIT: hmmm, seems that this one gives the expected output:
Code:sencha compile -classpath=app exclude -all and include -namespace MyApp and concat -yui minified.js
My blog: http://vadimpopa.com
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote