I recently integrated my Extjs application with a Sencha Cmd generated app in order to minify & concatenate js and css files. Despite the build process running smoothly, I encountered errors when trying to run the application.
The specific lines where the errors occurred are: and
My main inquiries are :
- Is Sencha Cmd the most dependable method for minifying & concatenating all files within an extjs application? While experimenting with Yuicompressor for individual file minification and manual concatenation, I struggled to manage the dependencies of the extJS application easily.
- How can I resolve the aforementioned issue stemming from the build created by Sencha Cmd? Could there be a step or aspect that I might have overlooked?
For reference, my setup includes ExtJS 4.2.1 and Sencha Cmd 4 (also attempted with version 5).