Skip to content

Commit

Permalink
Add designer at /tools/designer
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed May 16, 2014
1 parent 5771702 commit 4a3991c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a3991c

Please sign in to comment.