Skip to content

Commit

Permalink
serve examples directory on AppEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoor committed Mar 12, 2011
1 parent 96bd8f4 commit 8b69dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.yaml
Expand Up @@ -29,6 +29,9 @@ handlers:
- url: /
script: root.py

- url: /examples/
static_dir: examples

skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
Expand All @@ -40,4 +43,3 @@ skip_files:
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^google_appengine$
- ^examples$

0 comments on commit 8b69dac

Please sign in to comment.