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.
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.