-
12 Nov 2012 11:38 PM #1
Excluding Ext from compilation file
Excluding Ext from compilation file
I want to generate a js only for my MVC app. In the deploy file I will be able to include the Ext library and my compiled files. I tried the exclude param but it did not work, my all-classes.js contains also the Ext library.
Are there any special steps I must follow in order to achieve that?
-
12 Nov 2012 11:49 PM #2
If you look better in forum you can find the answer: http://www.sencha.com/forum/showthre...ith-v3.0.0.230
Code:sencha compile -classpath=app exclude -all and include -namespace MyApp and concat -yui minified.jsMy blog: http://vadimpopa.com
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote