How can I make this run on all my files automatically? YUI Compressor for Visual Studios
Posted
by chobo2
on Stack Overflow
See other posts from Stack Overflow
or by chobo2
Published on 2010-05-12T22:41:00Z
Indexed on
2010/05/12
22:44 UTC
Read the original article
Hit count: 171
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?
© Stack Overflow or respective owner