How can I make this run on all my files automatically? YUI Compressor for Visual Studios
- by chobo2
Hi
So I found this page http://blog.lavablast.com/post/2009/05/YUI-Compressor-for-Visual-Studio.aspx and how to put YUI compressor into Visual studios(I am using visual studios 2010 express).
So it got me thinking can I somehow set it in my project to always take my "development scripts" and minify them automatically.
Right now if I make a change to my script I have to remember to minify it once I am done otherwise I could be using a out to day version.
So it would be cool if I could just set up like so when I build it takes all my development scripts and then minifys them.
How could I do something like this?