guard-jammit/README.textile
Pelle Braendgaard 3a11aea76f Works using regular configurations. All is hardcoded using standard jammit/rails settings.
Please submit patches for changing output directories etc.
2010-11-08 14:53:07 -05:00

20 lines
356 B
Plaintext

h1. Guard Jammit Plug-in
Let you configure a Guard that will run jammit whenever a javascript or stylesheet is updated.
h2. Quick Start
Edit the Gemfile for it to looks like:
bc. source "http://rubygems.org"
gem 'guard-jammit'
You can now download missing gems and initialize the guard
bc. $ bundle install
$ guard init
$ guard init jammit
$ guard