Skip to content

Commit

Permalink
Placeholder for serving designer files from common components
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed May 16, 2014
1 parent 4a3991c commit 2c1e36f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,13 @@ handlers:
static_files: polymer-all/projects/designer/index.html
upload: index\.html

# - url: /tools/designer/components
# static_dir: components

- url: /tools/designer/(.*)
static_files: polymer-all/projects/designer/\1
upload: polymer-all/projects/designer/(.*)

# Map raw paths with trailing "/" to an index.html file.
- url: /(.*)/$
static_files: _site/\1/index.html
Expand Down

0 comments on commit 2c1e36f

Please sign in to comment.