chrisgladd / grunt-phantomcss

A grunt task for CSS regression testing using PhantomCSS
MIT License
66 stars 57 forks source link

fix(bower): override default directory #11

Closed asapach closed 10 years ago

asapach commented 10 years ago

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.

asapach commented 10 years ago

@chrisgladd, could you please also bump the version and push a new release?

chrisgladd commented 10 years ago

Version was bumped to v0.2.2 and released.