Skip to content

Commit

Permalink
Merge pull request #209 from rebagliatte/readme-update
Browse files Browse the repository at this point in the history
Add instructions on how to install dev_dependencies
  • Loading branch information
SergeyKishenin committed Nov 28, 2016
2 parents 604d05d + 0bcd13f commit 30c6697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -185,7 +185,9 @@ results in the following bower.json file:
}
}
```
NOTE: Available dependency groups are `:dependencies` (default) and `:dev_dependencies`. Others are not allowed according to the Rails convention.
NOTE:
* Available dependency groups are `:dependencies` (default) and `:dev_dependencies`. Others are not allowed according to the Rails convention.
* In order to install assets on the `:dev_dependencies` group please run `RAILS_ENV=development rake bower:install`.

## Bower Resolutions

Expand Down

0 comments on commit 30c6697

Please sign in to comment.