Error message with gem 'coffee-script-source', '1.6.1'
ExecJS::ProgramError in Pages#index
Showing SomeApp/app/views/layouts/application.html.slim where line #7 raised:
Error: In example.js.coffee, Parse error on line 5: Unexpected 'INDENT'
(in SomeApp/app/assets/javascripts/example.js.coffee)
Error message with gem 'coffee-script-source', '1.6.2'
ExecJS::RuntimeError in Pages#index
Showing SomeApp/app/views/layouts/application.html.slim where line #7 raised:
SyntaxError: unexpected INDENT
(in SomeApp/app/assets/javascripts/example.js.coffee)
I'm seeing this with coffee-script-source at 1.6.3 as well and there seem to be manyothers. Any pointers on where to look to try to fix this? Is it even a coffee-rails issue or would the issue be in a different gem?
Error message with
gem 'coffee-script-source', '1.6.1'
Error message with
gem 'coffee-script-source', '1.6.2'