Closed rafasoares closed 9 years ago
Works for me with 1.7.1
, is this the version you have?
I have version 1.8.0, but it's working now. It was probably fixed in one of the many updates that came out since I've opened the issue.
Sorry for the delay, but thanks for the support.
When I use the math operators documented here, compiling and watching stop working.
The console shows the following message:
error: unexpected MATH
I've installed the latest version of CoffeeScript with npm.
For now, the workaround is to use the pure JS equivalents (Math.pow, for instance).