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

Commit

Permalink
Importing component scripts (FR #1457) (#1513)
Browse files Browse the repository at this point in the history
* Added AMP component auto-import.

* Minor formatting fixes.

* Reformatted Go-style if... statements

* Format Go code

* Go formatting

* Go formatting

* Changes from review

* Changes to ComponentsProvider

* Requested changes to ComponentsProvider

* Fixed handling of GitHub errors

* Comments explaining use of API key

* Added README for Datastore configuration
  • Loading branch information
garanj authored and sebastianbenz committed Sep 25, 2018
1 parent c6ec7a0 commit 382029c
Show file tree
Hide file tree
Showing 10 changed files with 5,974 additions and 5,856 deletions.
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

0 comments on commit 382029c

Please sign in to comment.