Put your JS files outside of your app's directory structure and have your 
build process put the minified files in the right folder.  If you need to 
serve all of your JS files during development, you can serve them separately 
from your app using "python -m SimpleHTTPServer" from your root JS 
directory.  You just need to update the <script> tag in your HTML file.

Or, have one app.yaml file for development and another for deployment.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9WF7iA-5Jg0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to