Skip to content

Commit

Permalink
Add app.yaml mappings for new static files from issue zxing#79
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Mar 6, 2014
1 parent 6545971 commit d62e397
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zxing.appspot.com/src/main/webapp/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ handlers:
static_files: Generator.html
upload: Generator.html

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

- url: /index.html
static_files: index.html
upload: index.html
Expand All @@ -45,6 +49,10 @@ handlers:
static_files: required-field-bg.png
upload: required-field-bg.png

- url: /scan.css
static_files: scan.css
upload: scan.css

- url: /scan.html
static_files: scan.html
upload: scan.html
Expand Down

0 comments on commit d62e397

Please sign in to comment.