Skip to content

Commit

Permalink
fixing readme markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blackant committed Jun 22, 2011
1 parent 0317cba commit c0394c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -50,15 +50,15 @@ We're using CoffeeScript for the Javascript and Sass/Compass for the CSS.

Once CoffeeScript is installed ([see the CoffeeScript docs](http://jashkenas.github.com/coffee-script/)), run this command from the project root to observe and compile changes:

coffee --watch -o js/ --compile js/coffee/*.coffee
coffee --watch -o js/ --compile js/coffee/*.coffee

Note that the only file that should be edited is `/js/coffee/app.coffee`. The `/js/coffee/app.js` file is generated by CoffeeScript.

To make changes to the CSS, you need to install Sass and Compass ([see the Compass docs](http://compass-style.org/install/). Then edit `/css/sass/screen.scss`. You observe and compile changes by running this command from the project root:

compass watch
compass watch

To compile a production-ready compressed version:

compass compile --output-style compressed --force
compass compile --output-style compressed --force

0 comments on commit c0394c1

Please sign in to comment.