Hi there Iam using coffeeScript for my apps now and I love it but recently I ve been having a lot of trouble with compilation, Iam using it for a rails application and when I run
coffee -w -c public/javascripts
It will compile correctly the first time but when I do some changes it just turns to
(function() {
})();
Some time before everything was working as expected compiling correctly every time a made a change (0.9.1), but I tried to upgrade to version 0.9.2 using npm and I really had trouble, nothing worked, I installed the first time using sudo, I downloaded the source and used sudo bin/cake install