rack-pack 0.3.2
Rack::Pack is a piece of Rack Middleware that packages and optionally compresses assets such as javascripts and stylesheets into single files. In a development environment, assets will be packaged on each request if there have been changes to the source files. In a production environment, assets will only be packaged one time, and only if there have been changes.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rack
~> 1.2
Development Dependencies (10):
activesupport
~> 3.0
closure-compiler
~> 0.3
i18n
~> 0.5
jsmin
~> 1.0
packr
~> 3.1
rainpress
~> 1.0
rspec
~> 2.6
test-construct
~> 1.2
uglifier
~> 0.5
yui-compressor
~> 0.9