Announcing the first release of Coffee Taster! An easy to install, easy to use CoffeeScript development environment for Ruby developers.
Getting started
First make sure you’re using RVM.
git clone git://github.com/sdball/coffee-taster.gitcd coffee-tasterbundle installrake watch- Open index.html in a browser.
Hey-y-y-y! Check that out. Your browser just ran some CoffeeScript (that was
compiled into JavaScript when you ran the rake watch command).
It gets better!
Open coffee/main.coffee
1 2 | |
Change it somehow.
1 2 | |
And refresh your browser. Yeah!
No you’ll be able to follow along with just about any basic CoffeeScript tutorial, including those that manipulate the DOM or use jQuery. Like my jQuery Event Binding in CoffeeScript article on CoffeeScript Cafe.