Comment on Intro to CoffeeScriptparentComments−cwojscs13ymkdir {js,cs}coffee -cwo js cs &echo "alert 'x'" > cs/x.coffeeecho "<script src='js/x.js'></script>" > x.htmlopen x.htmlecho "alert 'x2'" > cs/x.coffeerefresh x.html
Comments
mkdir {js,cs}
coffee -cwo js cs &
echo "alert 'x'" > cs/x.coffee
echo "<script src='js/x.js'></script>" > x.html
open x.html
echo "alert 'x2'" > cs/x.coffee
refresh x.html