Thanks. I just looked at the code in dev_appserver.py and dev_appserver_main.py, and saw that there is a command line option "-- allow_skipped_files". I plan to use this on my dev server to get around this problem.
On Jul 15, 6:36 pm, Jay Young <[email protected]> wrote: > 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 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.
