I want to compress all the Javascript and CSS files in my codebase,separately.
How can I do it right from the scratch using only YUI Compressor ? Solution with steps will be appreciable .
I need it for SVN windows machine. The setup should be such that when any developer runs two separate bat files(one for JS and other for CSS), the main files say min.js & min.css should get compressed.
Regards.