Skip to content

Commit

Permalink
README: add bower install as per Polymer#112
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Aug 22, 2014
1 parent 3fe6f1e commit 1a4f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Polymer docs are mostly in Markdown with some HTML. [Jekyll][jekyll] is used to
We use Jekyll 2.0+ and [Grunt][grunt] to generate the documentation, and compass to compile SASS to CSS. You'll need to install the requirements before working on the docs (these instructions assume [NPM is already installed](http://nodejs.org/download/)):

gem install jekyll kramdown jekyll-page-hooks compass rouge
npm install -g grunt-cli vulcanize
npm install -g grunt-cli vulcanize bower

**Note:** If you receive permission warnings, you may need to run the above tasks with `sudo`.

Expand Down

0 comments on commit 1a4f72e

Please sign in to comment.