Seeking advice on setting up a minifier, like Google Closure, to integrate with Google App Engine. I am using AngularJS for the client side and have multiple JS files that I want to serve as one minified file during production. How can I achieve this without manually editing index.html and ensuring compatibility with GAE setup?
Thank you in advance.