I am using Google App Engine with JQuery, I want to know if there is any plugin or a way to compress my Java Script files and CSS files automatically when publishing it to the GAE server.
It is very difficult to compress all the files manually every time i upload... and when i have to fix some bugs in the JS files, i need to decompress them :(