Skip to content

Instantly share code, notes, and snippets.

@loudnate
Created October 9, 2011 19:50
Show Gist options
  • Save loudnate/1274070 to your computer and use it in GitHub Desktop.
Save loudnate/1274070 to your computer and use it in GitHub Desktop.
AppEngine app definition for deploying Mel's iWeb project.
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