-
9 Nov 2012 12:06 PM #1
Compiling an mvc app that uses Ext.direct
Compiling an mvc app that uses Ext.direct
I have the following case. Iny not compiled project I have included ( html file) :
- extjs-all.js
- my api.js ( that generates the remote calls)
- app.js
When i compile my app i get one single file that contains extjs and also my app files. I can't get it to work because i have no place to include my api.js. I can't included before all-classes.js because Ext.ns will not work. If i include after my stores will do not have instantieted the direct functions.
Have any idee? Do i have to keep separated extjs file and app files compilation?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote