rails / coffee-rails

CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
MIT License
230 stars 64 forks source link

Coffee-script-source > 1.8.0 incompatible with x64_mingw #87

Closed zrisher closed 7 years ago

zrisher commented 7 years ago

Using the latest version of this library on 64-bit windows raises an error when parsing coffeescript:

TypeError: Object doesn't support this property or method

This is because dependency coffee-script-source lost 64-bit windows compatability after version 1.8.0 (and still doesn't provide it with 1.12.0). For a full description of this issue and its trace, see this quite popular Stack Overflow post.

coffee-script-source doesn't provide a repo for raising issues. Can someone advise if there's a proper place to raise this issue with its maintainers, and if not, do the maintainers of this repo plan on solving this issue?

rafaelfranca commented 7 years ago

The coffee-script-source gem is just the https://github.com/jashkenas/coffeescript. Are you saying that it doesn't support x64_mingw? Have you reported the issue there?