From 4a3991c3dcc9d506ed51dbd2576d8df96f97305d Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Thu, 15 May 2014 17:21:04 -0700 Subject: [PATCH] Add designer at /tools/designer --- app.yaml | 12 ++++++------ scripts/release.sh | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app.yaml b/app.yaml index 7361dd7a8c..205035752c 100644 --- a/app.yaml +++ b/app.yaml @@ -86,14 +86,14 @@ handlers: # static_files: polymer-all/tools/bin/pull-all.sh # upload: polymer-all/tools/bin/pull-all\.sh -- url: /tools/sandbox/$ - static_files: polymer-all/projects/sandbox/index.html +- url: /tools/designer/$ + static_files: polymer-all/projects/designer/index.html upload: index\.html -- url: /tools/sandbox/(.*) - static_files: polymer-all/projects/sandbox/\1 - upload: (.*)/index.html - +- 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 diff --git a/scripts/release.sh b/scripts/release.sh index 1ad34bacad..43089b8f8b 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -23,16 +23,16 @@ git submodule foreach git pull origin master #echo "=== Updating projects ===" #../tools/bin/pull-all-projects.sh -# Update designer ===== -cd $DESIGNER_DIR -echo "=== Updating designer ===" -rm -rf components # If bower components dir exists, script hangs. Remove it first. -bower install - # Update components and polyfills folder ===== -cd $COMPONENTS_DIR +#cd $COMPONENTS_DIR echo "=== Updating: components, polymer, polyfills, projects, and labs ===" #../polymer-all/tools/bin/pull-all.sh ./polymer-all/tools/bin/pull-all.sh rm -rf polymer-all/projects/ mv projects/ polymer-all/ + +# Update designer ===== +cd $DESIGNER_DIR +echo "=== Updating designer ===" +rm -rf components # If bower components dir exists, script hangs. Remove it first. +bower install