pheuter / essential-react

A minimal skeleton for building testable React apps using Babel
MIT License
2.03k stars 131 forks source link

package.json no longer sets a PHANTOM_JS_BIN environment variable #25

Closed MichalKononenko closed 8 years ago

MichalKononenko commented 8 years ago

This would make the framework more OS-agnostic, as the environment variable here appears to be redundant, and breaks on a Windows machine.

pheuter commented 8 years ago

Hey, thanks for this! Didn't know you no longer need to specify path to phantomjs bin.