Closed jochenstu closed 9 years ago
Solves dependency issues, for example something located in app/scripts/src/main.js might try to utilize jQuery (located in app/scripts/src/_includes/jquery.js) which due to concat order couldn't be initialized by then and thus the script fails.
Thanks again for the patch! I appreciate it!
Solves dependency issues, for example something located in app/scripts/src/main.js might try to utilize jQuery (located in app/scripts/src/_includes/jquery.js) which due to concat order couldn't be initialized by then and thus the script fails.