chrisgladd / grunt-phantomcss

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

Directory resolve fix #48

Open boccob opened 8 years ago

boccob commented 8 years ago

At the moment, grunt task doesn't work when you use it via npm. It works only if you clone the repo and run task there. I fixed this and checked with npm@2 and npm@3. Also, I added casperjs as peer dependency. Because you can't use this plugin without casperjs.

ghost commented 8 years ago

I absolutely HATE IT when a component provides said support for grunt, gulp - or in this case npm - but it just plain doesn't work.

Now we have your fix dangling into the unknown. I think I'll just pull from your fork directly.

Thank you @boccob,