Skip to content

Commit

Permalink
Pull labs projects too (depends on polymer-ui-* still)
Browse files Browse the repository at this point in the history
pull-all.sh no longer pulls everything; this fixes a fresh install of the docs repo - though I suspect it's a bit of a hack.
  • Loading branch information
nevir committed May 29, 2014
1 parent 6100d46 commit 71243da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ git submodule foreach git pull origin master
# Update components and polyfills folder =====
#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
# TODO(nevir): pull-all doesn't actually pull *everything* any more; the extra
# args are a hack until we ween the docs off of polymer-* components
./polymer-all/tools/bin/pull-all.sh ./polymer-all/tools/repo-configs/labs.json
rm -rf polymer-all/projects/
mv projects/ polymer-all/

Expand Down

0 comments on commit 71243da

Please sign in to comment.