Skip to content

Commit

Permalink
Fix textile format for github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Amblet committed Oct 25, 2010
1 parent 6e7bee1 commit 2031f3b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ Let you configure a Guard that will run compass whenever a stylesheet is updated


h2. Quick Start h2. Quick Start


$ (sudo) gem install compass bc. $ (sudo) gem install compass
$ compass -f blueprint my_compass_project $ compass -f blueprint my_compass_project
$ cd my_compass_project $ cd my_compass_project
$ bundle init $ bundle init


Then, edit the Gemfile for it to looks like: Then, edit the Gemfile for it to looks like:


source "http://rubygems.org" bc. source "http://rubygems.org"
gem 'guard-compass'


gem 'guard-compass' You can now download missing gems and initialize the guard


$ bundle install bc. $ bundle install
$ guard init $ guard init
$ guard init compass $ guard init compass
$ guard $ guard


Your scss(or sass) stylesheets are now guarded. Your scss(or sass) stylesheets are now guarded.


0 comments on commit 2031f3b

Please sign in to comment.