alanshaw / grunt-include-replace

Grunt task to include files and replace variables. Allows for parameterised includes.
MIT License
200 stars 45 forks source link

Implement globbing on includes #38

Closed diogobeda closed 10 years ago

diogobeda commented 10 years ago

We needed to include too many files on our build proccess. So, to save mechanic work, I think including files from globs is a nice feature to have. :)

alanshaw commented 10 years ago

Very cool, thanks!