Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

add warning about app/assets/ #4

Merged
merged 1 commit into from
Dec 29, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This will install a configuration file (`.bowerrc`) in your project's root. The

```

Add your dependencies to `bower.json` or use `bower install` as you would in any other project.
You can change the destination directory if you like, though putting Bower components under `app/assets/` can cause problems (see [rails/rails#7968](https://github.com/rails/rails/pull/7968)). Add your dependencies to `bower.json` or use `bower install` as you would in any other project.

### Non-Rails Projects

Expand Down