rack-sprocketize 0.3.0
Rack::Sprocketize is a piece of Rack Middleware which uses Sprockets to concatenate javascript files and then optionally compresses them. In a development environment, the files will be sprocketized on each request if there have been changes to the source files. In a production environment, the files will only be sprocketized one time, and only if there have been changes. Also, in a production environment, the files will be compressed by whichever javascript compressor is available.
Gemfile:
=
install:
=
Development Dependencies (6):
closure-compiler
~> 1.0.0
jsmin
~> 1.0.1
packr
~> 3.1.0
rspec
~> 2.5.0
test-construct
~> 1.2.0
yui-compressor
~> 0.9.4