Closed
Description
I'm trying redux for the first time on production code that works in cs 1.3.3. Here are the first two syntax errors before I gave up ...
Syntax error on line 1, column 1: unexpected '#'
1 : ###
^ :~^
2 : /root/CoffeeScriptRedux/bin/coffee --js < /ri/utils/coffee_watcher.cof
3 : ###
4 :
Syntax error on line 22, column 13: unexpected '='
19 : monitor = compileOne = null
20 : firstPass = yes
21 :
22 : do doOneDir = ->
^^ :~~~~~~~~~~~~~^
23 : if not (dir = dirsPending.shift())
24 : if firstPass
2