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

Commit

Permalink
Fixing broken api reference page. They cannot reference the same URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jan 22, 2014
1 parent 52bfb53 commit f4e6db8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,15 @@ handlers:
http_headers:
Access-Control-Allow-Origin: "*"

- url: /polymer(.min)?.(js|html)
static_files: _site/components/polymer/polymer.\2
upload: _site/components/polymer/polymer\.(js|html)
# - url: /polymer(.min)?.(js|html)
# static_files: _site/components/polymer/polymer.\2
# upload: _site/components/polymer/polymer\.(js|html)
# http_headers:
# Access-Control-Allow-Origin: "*"

- url: /polymer(.min)?.js
static_files: _site/components/polymer/polymer.js
upload: _site/components/polymer/polymer\.js
http_headers:
Access-Control-Allow-Origin: "*"

Expand Down

0 comments on commit f4e6db8

Please sign in to comment.