mercredi 26 mars 2014

CoffeeScript Compiler Not WOrking


Vote count:

0




I have installed Node.js, npm, CoffeeScript, and Sublime Text 2. However, when I installed "git://github.com/jashkenas/coffee-script-tmbundle" so that I can see the CoffeeScript in Javascript, the only thing that is returned is [Finished in 0.2s]


This is the code I'm testing with:



coffee = (message="Are you ready?") ->
answer = confirm message
"your answer is #{answer}"
coffee()


My understanding is that when I press cmd + b, a window should pop up showing me the code in javascript.


Thanks!



asked 35 secs ago






Aucun commentaire:

Enregistrer un commentaire