-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|