ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

add append option #89

Closed geddski closed 10 years ago

geddski commented 10 years ago

sup @ericclemmons! Love this plugin :)

I found myself creating a lot of compiled template files and using grunt concat to add them all to my app. Made this little option that appends to the dest rather than overwriting it, so one doesn't need the additional grunt concat. Helps keep the gruntfile small.

ericclemmons commented 10 years ago

Published v0.5.5 for you. Much <3 :)

geddski commented 10 years ago

Thanks Eric!!!