From 2c1e36f5bf2a43426eda33b703ce95dd9b0da178 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Thu, 15 May 2014 17:31:21 -0700 Subject: [PATCH] Placeholder for serving designer files from common components --- app.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 205035752c..441338075a 100644 --- a/app.yaml +++ b/app.yaml @@ -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