Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 7b55282

Browse files
committed
fix(bower): override default directory
`bower install` searches for `.bowerrc` file up the directory tree until it finds one. If the project overrides the default bower directory (e.g. projects generated by yeoman change it to "app/bower_components"), the change will also affect phantomcss and break the relative path. This commit isolates the phantomcss bower configuration from parent project.
1 parent e82a906 commit 7b55282

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "bower_components"
3+
}

0 commit comments

Comments
 (0)