juliangruber / browser-run

Run code inside a browser from the command line
447 stars 62 forks source link

Use local PhantomJS? #22

Closed peteruithoven closed 9 years ago

peteruithoven commented 9 years ago

Currently the package requires a globally installed PhantomJS. There are situations where you'd like to pin the version to specific projects. It's also easier for people to use because it can get installed with other dependencies when npm install is called.

juliangruber commented 9 years ago

we've had that but the package was causing too many problems, seems like this is hard to do cross platform

peteruithoven commented 9 years ago

Thanks for clearing that up.