miickel / gulp-angular-templatecache

Concatenates and registers AngularJS templates in the $templateCache.
MIT License
525 stars 103 forks source link

Make concatenation an option #141

Closed gkpo closed 7 years ago

gkpo commented 7 years ago

Is it possible to have concatenation optional? The compilation/concatenation process takes about 7s on my setup, and I'd love to be able to watch files for changes and rewrite only the templates that changed. That would mean that each html template would be processed as a separate javascript file.

Or maybe there is already a way to do this and i'm just missing something?

gkpo commented 7 years ago

I think I did something wrong the first time, since it now takes 300ms to compile files. So it's all good.