coffeescript-growl icon indicating copy to clipboard operation
coffeescript-growl copied to clipboard

CoffeeScript 1.6.2

Open jpc opened this issue 12 years ago • 0 comments

I believe this does not work with CoffeeScript 1.6.2 since the -r option got dropped somewhere (without a trace in the changelog):

[jpc@jpc static] coffee --require coffeescript-growl -w -m -c .

/usr/local/share/npm/lib/node_modules/coffee-script/lib/coffee-script/optparse.js:50
            throw new Error("unrecognized option: " + arg);
                  ^
Error: unrecognized option: --require
…

jpc avatar May 24 '13 21:05 jpc