Closed dholth closed 9 years ago
Apparently, when rewrote in cs the shebang line gets commented out in compile to JS.
Fixed here 698f3d94fd56588ab7b95079cae516bc9fd53c18
Please update to 0.7.0 then follow the documentation in read me.
coffee-fmt -i file.coffee
I'm trying to run coffee-fmt with 'npm install -g coffee-fmt'. Unfortunately the coffee-fmt script does not begin with a shebang interpreter e.g. #!/usr/bin/node . If I add one, I get errors. It appears that the program does not work at all. Instead, it would be preferable if instead of crashing the coffee-fmt program formatted coffeescript.