A modern Sprockets::Secretary, for building little JS/CSS things using Sprockets to assemble the bits.
Go to file
John Bintz 88bf24a936 changes 2012-08-10 16:09:51 -04:00
bin initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
lib changes 2012-08-10 16:09:51 -04:00
skel changes 2012-08-10 16:09:51 -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 changes 2012-08-10 16:09:51 -04:00
Rakefile initial commit, still kinda hacking on it 2012-08-10 11:35:06 -04:00
sprockets-assistant.gemspec changes 2012-08-10 16:09:51 -04:00

README.md

Sprockets Assistant

An upgraded Sprockets::Secretary. A simple way to let me build little libraries and widgets and things for various projects, while still taking advantage of all the Sprockets libraries and goodness that I use elsewhere.

Usage

gem install sprockets-assistant
sprockets-assistant create my_project
cd my_project
bundle exec sprockets-assistant

This starts a server on localhost:8080. Hack away.

assistant_config.rb

Prett simple DSL:

middleware

Define a middleware stack.

app

This is the guts of a Sinatra::Base app.

compile

A list of files to compile with sprockets-assistant compile.