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?
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?