Is there any way in VS 2010 or 2012 to minify JavaScript files at the time of Publishing?
I want automatically minified js files. Any good example for compression?
Please note that I am not using MVC.
Is there any way in VS 2010 or 2012 to minify JavaScript files at the time of Publishing?
I want automatically minified js files. Any good example for compression?
Please note that I am not using MVC.
Use MVC 4. It bundles multiple scripts and minifies them.
You can take a look at bundling and minification if you are using ASP.NET 4.5.
© 2022 - 2024 — McMap. All rights reserved.