sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

coffee-script-source > 1.4.0 #81

Closed Goutte closed 11 years ago

Goutte commented 11 years ago

Coffee compiler crashes when coffee-script-source is > 1.4.0

Not sure why, looks like a problem with @define without commas?

Explicit version solves the problem :

gem 'coffee-script-source', '1.4.0'