v2.0.0
- :debug argument now defaults to true, if RACK_ENV is development or test, false otherwise - also false in rake tasks (#10)
- add sprockets_env class method, so you can shorten code like
App.sprockets_options[:sprockets]
to justApp.sprockets_env
(#11)
v1.1.0
- Fix the Rack::Lint issue (#1)
- :public_path argument to receive a default value (#7)
- Roda::RodaPlugins::Sprockets::Task to superclass SprocketsTask (#6)
- The debug logic now depends on :debug argument, not environment (#4)
v1.0.2
- :root argument to select a default argument more robustly (#2)
v1.0.1
- New :cache argument to plugin configuration
v1.0.0
- Sprockets 4.0 support
v0.0.11
- Support polyinstantiation, improve Opal support