nickjanssen / angus

Declarative build tool for the web.
http://slides.com/nickjanssen/declarative-build-configurations
211 stars 13 forks source link

Get rid of grunt-include-source #6

Closed nickjanssen closed 9 years ago

nickjanssen commented 10 years ago

Use grunt-replace instead to inject the other scripts as well, as is already being done for @@libScripts

This would use something like @@scripts. You could optionally leave this out and just include the files manually, if you want to control the order of the scripts inclusion.