How to Minify .net AXD Resources

Posted by Ilya Biryukov on Stack Overflow See other posts from Stack Overflow or by Ilya Biryukov
Published on 2010-05-11T10:49:56Z Indexed on 2010/05/11 10:54 UTC
Read the original article Hit count: 597

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about yui-compressor