Skip to content

Commit

Permalink
Remove bower steps during doc building.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstart committed Feb 12, 2018
1 parent bafd6ec commit df0673a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"predocs": "ncp node_modules/pixi.js docs/examples/libs/pixi.js",
"docs": "jsdoc -c jsdoc.conf.json -R README.md",
"start": "npm run build -- --watch",
"predocs-live": "npm run build && npm run docs && bower install",
"predocs-live": "npm run build && npm run docs",
"docs-live": "gh-pages -d docs",
"postdocs-live": "git checkout .",
"version": "node build/version.js",
Expand Down

0 comments on commit df0673a

Please sign in to comment.