A modern Sprockets::Secretary, for building little JS/CSS things using Sprockets to assemble the bits.
Go to file
John Bintz d8e565524f initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
bin initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
lib initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
skel initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
.gitignore initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
Gemfile initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
LICENSE initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
README.md initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
Rakefile initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
sprockets-assistant.gemspec initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00

README.md

Sprockets::Assistant

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'sprockets-assistant'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sprockets-assistant

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request