May 2011
2 posts
Tips for using CoffeeScript with SproutCore
CoffeeScript is all the rage these days. SproutCore is one of the prominent client-side JS frameworks (and my favorite). Here’s how to use them together.
Create a SproutCore app
sc-init Todos --template
Get the sproutcore-coffeescript gem and add settings to your Buildfile.
begin
gem "sproutcore-coffeescript", "~> 0.1.4"
require "sproutcore-coffeescript"
rescue LoadError
puts...