Allow Option to NOT minify a file in System.Web.Optimization
I find that if I include pre-minified files into my bundle I run into lots of errors on the front-end, where if I just took said minified script and included it manually in the head, it works fine.
I'd like to be able to tell the bundler "Chillax, this dude has already been compiled"
We’re currently adding the ability to perform transformations per-item rather than per bundle. This should enable you to specify a ‘no-transform’ transformation for an individual item. Also, please note that you can file a bug on http://aspnetoptimization.codeplex.com if it doesn’t end up working as expected.
1 comment
-
Anonymous
commented
Awesome! ...no eta on the next release with this though eh :)