madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
944 stars 251 forks source link

HTML Within Script Tags Will Not Minify #2019

Open MadBrew opened 7 years ago

MadBrew commented 7 years ago

HTML is not minified when using the HTML bundler with minify set to true if you have your HTML within script tags. Not sure if anything inside the script tags would minify. This could be FAD, but it would be great if the minifier would either also minify content within script tags, especially if the type="text/ng-template". Bundling HTML seems like a perfect solution for placing Angular app view templates into the cache... if it could get beyond the script tag.