exercism / interactive-cli-walkthrough

13 stars 26 forks source link

Add therubyracer as an alternative ExecJS runtime #32

Closed kntsoriano closed 6 years ago

kntsoriano commented 6 years ago

Closes #27.

As this project was only primarily tested on a Mac, we had the privilege of having a built in ExecJS runtime. An ExecJS runtime is required by Twee2 during compilation.

In order to accommodate users from different platforms, I decided to add therubyracer inside our Gemfile in order to add an ExecJS runtime after they run bundle install.