ericclemmons / grunt-angular-templates

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

pathological performance during minification #157

Closed timruffles closed 8 years ago

timruffles commented 8 years ago

minifying makes the process incredibly slow. For my use-case, gzip is plenty for the templates - what do you think about an option to turn it off?

timruffles commented 8 years ago

Have just updated docs to note what I found: remove htmlmin option to skip this.