Skip to content

Commit

Permalink
Add note about the bower requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Aug 25, 2015
1 parent 1e61414 commit 06ad20a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.markdown
Expand Up @@ -30,7 +30,11 @@ is out of scope.
- Add git tag
- [Draft][d] a new Github release for the tag
- Push new release to npm
- Update the [gh-page][ghp] `gulp bump --semver <version> && gulp site`
- Update the [gh-pages][ghp] branch `gulp bump --semver <version> && gulp site`
- You need global installation of bower for this to work
- Local workaround:
- `npm install bower`
- `export PATH=$(pwd)/node_modules/.bin/:$PATH`

[d]: https://github.com/epeli/underscore.string/releases
[ghp]: https://github.com/epeli/underscore.string/tree/gh-pages

0 comments on commit 06ad20a

Please sign in to comment.