xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

Use local versions of karma, istanbul, etc instead of global #114

Closed reywood closed 10 years ago

reywood commented 10 years ago

Thought it might be helpful if RTD users weren't required to install karma, istanbul, jasmine-node, phantomjs, and selenium-webdriver globally, especially since specific versions of some of these are apparently required. This patch will cause the executables for these packages to be installed local to RTD and the PATH to be updated when the rtd script is run.

samhatoum commented 10 years ago

Much appreciated! Thank you