execjs
execjs copied to clipboard
ExecJS::ProgramError: ReferenceError: CoffeeScript is not defined
The coffee-script github page does not have an issue tracker, so I didn't know where else to post this.
With the new coffee-script-source gem 1.12.1, rake assets:precompile now fails with the error
ExecJS::ProgramError: ReferenceError: CoffeeScript is not defined
Reverting to coffee-script-source 1.11.1 fixes the problem.