digitalthrive / Harvest

Front-end boilerplate for Gulp with everything you need to get started
MIT License
236 stars 56 forks source link

Put _includes dir in first place of JS concat order #6

Closed jochenstu closed 9 years ago

jochenstu commented 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.

ryanbenson commented 9 years ago

Thanks again for the patch! I appreciate it!