Created
October 9, 2011 19:50
-
-
Save loudnate/1274070 to your computer and use it in GitHub Desktop.
AppEngine app definition for deploying Mel's iWeb project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application: nateandmel-racklyeft-com | |
version: 1 | |
runtime: python | |
api_version: 1 | |
derived_file_type: | |
- python_precompiled | |
builtins: | |
- appstats: on | |
handlers: | |
- url: /favicon.ico | |
static_files: favicon.ico | |
upload: favicon.ico | |
- url: /(.*\.(jpg|png|css|js|ico|xml|html|xml|plist)) | |
static_files: nateandmel/\1 | |
upload: nateandmel/(.*\.(jpg|png|css|js|ico|xml|html|xml|plist)) | |
- url: / | |
static_files: nateandmel/index.html | |
upload: nateandmel/index.html | |
skip_files: | |
- .*\.txt$ | |
- (.*)\.pyc$ | |
- ^(.*/|\\)?.*\.tmp$ | |
- ^(.*/|\\)?.*\.svn.* | |
- ^(.*/|\\)?.*\.data$ | |
- ^(.*/|\\)?.*\.DS_Store.* | |
- (.*)\.jar$ | |
- (.*)\.sh$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment