Skip to content

Commit

Permalink
making vulcanize install global on github pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
RunnBot committed Dec 9, 2016
1 parent 7993444 commit 7ae3df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ghp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bower install ${REPO_NAME} --force

#optimize for production
cd ${REPO_NAME} #go into the component folder
npm install vulcanize
npm install vulcanize -g
vulcanize index.html -o index.vulcanized.html --inline-scripts --inline-css --strip-comments
yes | cp index.vulcanized.html index.html
rm index.vulcanized.html
Expand Down

0 comments on commit 7ae3df3

Please sign in to comment.