ericclemmons / grunt-angular-templates

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

Fix html-minifier dependency. #37

Closed rubenv closed 11 years ago

rubenv commented 11 years ago

Current release cannot be used because html-minifier is listed as a devDependency (which doesn't get installed in real-world use).

You'll need to do a new release after this merge, the package is currently unusable.

ericclemmons commented 11 years ago

Oh yea! I might need to move grunt-contrib-concat over too...

Thanks for the fix!

ericclemmons commented 11 years ago

v0.3.12 has the fix!