Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame^] | 1 | application: google.com:sourceandroid-staging |
2 | version: 11 | ||||
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 3 | runtime: python |
4 | api_version: 1 | ||||
5 | |||||
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 6 | handlers: |
Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame^] | 7 | # re-direct to index.html if no path is given |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 8 | - url: / |
Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame^] | 9 | static_files: index.html |
10 | upload: index.html | ||||
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 11 | |
Clay Murphy | ef7a724 | 2014-12-02 15:13:07 -0800 | [diff] [blame^] | 12 | # access the static resources in the root directory |
13 | - url: /(.*) | ||||
14 | static_files: \1 | ||||
15 | upload: (.*) |