Hi all,
How to define, during build, to first build app.js and after that to include models, stores, controllers etc. Main issue here is that few application's constants are defined in app.js and latter used in models and controllers.
Hi all,
How to define, during build, to first build app.js and after that to include models, stores, controllers etc. Main issue here is that few application's constants are defined in app.js and latter used in models and controllers.
app.js will always be the last thing loaded as everything else needs to be before it. If you want to use constants I would recommend having them in a utility singleton class.
Mitchell Simoens @LikelyMitch
Modus Create, Senior Frontend Engineer
________________
Need any sort of Ext JS help? Modus Create is here to help!
Check out my GitHub:
https://github.com/mitchellsimoens