Skip to content

Commit

Permalink
bower notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Mar 21, 2014
1 parent 5ac218a commit ad01077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ This works if the package author has followed the [Bower spec](https://github.co

To manually add dependencies, `bower install depName --save` to get the files, then add a `script` or `style` tag to your `index.html` or an other appropriate place.

The components are installed in the root of the project at `/bower_components`. To reference them from the `grunt serve` web app `index.html` file, use `src="bower_components"` or `src="/bower_components"`. Treat the references as if they were a sibling to `index.html`.

*Testing Note*: a project checked into source control and later checked out, needs to have `bower install` run from the `test` folder as well as from project root.


#### Grunt Serve Note

Expand Down

0 comments on commit ad01077

Please sign in to comment.