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

