ASP.NET MVC Optimization: Bundling without minifying? -


is possible bundle set of scripts without minifying them? want combine several third-party script files never need non-minified versions. of these have warned against further minification.

just use bundle class , don't specify transforms. scriptbundle/stylebundles automatically registering transforms minification.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -