This is what I currently have:
/js/main.js IN_MODIFY yui-compressor -o /js/main.min.js /js/main.js
Is there a way to do the above for all js files and sub folders in that folder? Something like this:
/js/*.js IN_MODIFY yui-compressor -o /js/*.min.js /js/*.js