How to Minify .net AXD Resources
- by Ilya Biryukov
Hey
I am working on a big .NET project. I am currently creating an automated minifier for JS and CSS files using YUI compressor. After doing some research, I found that the heaviest files in the project are actually .NET resources (Like MS ajax file). They are very big and unminified.
I am wondering, is there any way to minify them?
Thanks