Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbehan committed Feb 25, 2012
1 parent 5af5b59 commit bd1a376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ There is a Spine presentation here http://seanbehan.com/weightwatchr/presentatio

## Installation

The Spine application code is written in Coffeescript and when saved is compiled (with Guard) to the lib/application.js file.
The Spine application code is written in Coffeescript in lib/application.coffee. When the file is saved it is compiled (with Guard) to the lib/application.js file.

If you make any changes to lib/application.coffee and want automatic compilation, Ruby and Rubygems are required. Otherwise just
manually compile Coffeescript.
manually compile Coffeescript yourself.

```bash
git clone [email protected]:bseanvt/weightwatchr.git
Expand Down

0 comments on commit bd1a376

Please sign in to comment.