This will enable Sass+Compass with LiveReload through Guard. (Guard screen cast)
The following instructions is specific to Mac OS X and it works through the command line.
Update Gem system then install Bundler. Note that if you've done this before, there's no need to do it every time.
$ sudo gem update --system
$ sudo gem install bundler
Place the Gemfile
and .guardfile
attached to this gist into your home folder then type:
$ bundle
cd
to your project and compass init
and configure the generated config.rb
file. See example file below.
In your project folder, start the Guard, enable the Browser plug-in and start editing.
$ bundle exec guard
To exit enter e
and enter.