Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Importing component scripts (FR #1457) #1513

Merged
merged 14 commits into from
Sep 25, 2018
11 changes: 11 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ threadsafe: yes
# cache all static assets for at most 1 day.
default_expiration: 1d

inbound_services:
- warmup

handlers:
- url: /_ah/warmup
script: _go_app
login: admin

- url: /playground/amp-component-versions-task
script: _go_app
login: admin

- url: /sw\.js$
secure: always
static_files: dist/sw.js
Expand Down
Loading