Good afternoon!
I am looking for a solution for combining, minimizing and gzip CSS and JavaScript files. It seems they come in two forms:
- In the form of an ASP.NET handler \ module with on-the-fly processing files (with caching results)
- In the form of VS build tasks (to perform processing during construction)
As a rule, I'm fine too.
I reviewed a number of solutions (and I often use the ASP.NET handler from this article http://www.codeproject.com/KB/aspnet/httpcompression.aspx ), but maybe something "should have" come out, and I missed his.
Thanks in advance!
source
share