Can you explain, or point to good resource on how to setup a minifier (preferably google closure) to work with Google App Engine.
I use AngularJS for client side. So have bunch of JS files, and like to serve it as one, minified during production. Without manually editing index.html for which files to server, and not having trouble with GAE setup, how can I achieve this?
thanks.