Sha256: 21405920055ce01a30d95629b33b5a4e58dddd4799e21105b963cddab0570340

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

h1. Guard Compass Plug-in

Let you configure a Guard that will run compass whenever a stylesheet is updated.

h2. Quick Start

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

Then, edit the Gemfile for it to looks like:

  source "http://rubygems.org"

  gem 'guard-compass'

  $ bundle install
  $ guard init
  $ guard init compass
  $ guard

Your scss(or sass) stylesheets are now guarded.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
guard-compass-0.0.5 README.textile