Skip to content

Commit 75ba168

Browse files
author
Andrew Perlitch
committed
force-install bower components during gh-pages update
1 parent 215aa79 commit 75ba168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update-gh-pages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ grunt html2js:dist
1313
mv dist/templates.js app/scripts/templates.js
1414

1515
# Install bower stuff
16-
bower install
16+
bower install -f
1717
ln -sf app/bower_components
1818

1919
# Stage and commit
@@ -25,4 +25,4 @@ git commit -m "gh-pages update for commit: ${COMMIT_ID}"
2525
# Push to remote
2626
git push --set-upstream origin gh-pages -f
2727
git checkout master
28-
git clean -f
28+
git clean -f

0 commit comments

Comments
 (0)