teux / ng-cache-loader

Webpack loader to put HTML partials in the Angular's $templateCache.
83 stars 15 forks source link

allow overriding html-minifier options #16

Closed xen0n closed 8 years ago

xen0n commented 8 years ago

Hi, first of all thanks for the great plugin! However it'd be much better if the options passed to html-minifier could be overridden by config, for instance disabling conservative whitespaces and such. I could prepare a patch if you don't have the time.

teux commented 8 years ago

Thanks for feedback! I added this.

xen0n commented 8 years ago

Wow the usage is neat! I really like it. Many thanks!