Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Tweaks to app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Oct 8, 2015
1 parent c66e377 commit 18c76f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.yaml
Expand Up @@ -42,13 +42,13 @@ handlers:

- url: /scripts/(.*)
static_files: dist/scripts/\1
expiration: "1d"
expiration: "365d"
upload: dist/scripts/(.*)
secure: always

- url: /third_party/(.*)
static_files: dist/third_party/\1
expiration: "1d"
expiration: "365d"
upload: dist/third_party/(.*)
secure: always

Expand All @@ -57,6 +57,7 @@ handlers:
expiration: "1d"
upload: dist/styles/(.*)
secure: always
application_readable: true

- url: /LICENSE
static_files: dist/LICENSE
Expand Down

0 comments on commit 18c76f4

Please sign in to comment.