Is it possible to make App Engine automatically minify certain javascript and css files upon deployment, just like Jinja2 automatically compiles templates for you? I've seen some Python scripts that do minification, but how do I integrate them with webapp2?
I'm using the latest Google App Engine version with Python 2.7.