theIntuitionist/coffee_press
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CoffeePress =========== Coffee Press cleanly integrates coffee script with your rails project. Benefits: * Errors in compilation show up as alerts on your page so you don't have to wonder if you have a logical or syntactic error * Independant rake task doesn't assume passenger, and doesn't run during the request response cycle * Works with Rails 3, should work with rails 2 Install ====== rails plugin install git://github.com/theIntuitionist/coffee_press.git Usage ===== Put your coffee scripts in app/scripts they will compile to public/javascripts rake coffee:press Copyright (c) 2010 Jason Libsch, released under the MIT license