Skip to content

Commit

Permalink
added an intro with the main reason I use barista
Browse files Browse the repository at this point in the history
  • Loading branch information
benatkin authored and Sutto committed Oct 9, 2010
1 parent cc30abc commit a96e3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# Barista #

Barista is a rails plugin that transparently compiles CoffeeScript to JavaScript, by running the `coffee` compiler with Node.js. When a `.coffee` file is changed and the page is refreshed, it delays sending the `.js` file until it's been regenerated from the newly modified CoffeeScript. This way, you can refresh immediately after saving the `.coffee` file, and not worry about an old `.js` file being sent to the browser (as often happens when using `coffee --watch`).

Barista is very, very similar to [bistro\_car](http://github.com/jnicklas/bistro_car) (infact, credit where credit is due - it shares similar
code / is almost a fork).

Expand Down Expand Up @@ -104,4 +106,4 @@ Currently available options are:

## Copyright ##

Copyright (c) 2010 Darcy Laycock. See LICENSE for details.
Copyright (c) 2010 Darcy Laycock. See LICENSE for details.

0 comments on commit a96e3b9

Please sign in to comment.