Skip to content

Commit

Permalink
yaml rev6
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulton committed Oct 19, 2013
1 parent 7ace069 commit 14ae627
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions shard-glass-files/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,14 @@ api_version: 1
threadsafe: true

handlers:
- url: /static
static_dir: static
secure: always

- url: /.*
script: main.app
secure: always

# re-direct to index.html if no path is give
- url: /
static_files: index.html
upload: index.html

# access the static resources in the root director
static_dir: static_files
secure: always

- url: /(.*)
static_files: \1
upload: (.*)

libraries:
- name: jinja2
Expand All @@ -42,7 +32,4 @@ skip_files:
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^.*\.pyc$



- ^.*\.pyc$

0 comments on commit 14ae627

Please sign in to comment.