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.
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 runbundle install
.