- Fix running rake assts:precompile to be run in production mode. Issue #257.
- Added Sprockets 3 support. Issue #232, #236, #244.
- Sprockets cache files are no longer saved to /tmp and now use the app-level tmp folder instead.
- Fixed test suite to test against Rails 3.1, 3.2, 4.0, 4.2 on Ruby 1.9.3, 2.0.0, 2.1.0, 2.2.0 and jruby-head. Issue #206
- Support up to sass-rails 5.0.1. Issue #198
- Fix sass_importer patches having incorrect method signatures. Issue #195
- Fixed incorrect path generation for sprites in Rails 4. Issue #190
- Support for Rails 4.2
- Allow newer sass-rails with Sass 3.3 support (see #160).
- Rails 3.0 support.
- Properly bust the cache on image sprites within a sub-directory that are imported with a wildcard (see #166).
- Locked Sprockets version to 2.11.0 (see #146).
- Leave bundle selection to rails environment.
- Support for Ruby 2.1.0.
- Fixed
rails_loaded?
for when Rails is defined but no application is actually loaded.
- Simplified README.
- No longer assuming asset pipeline is running when generating sprites.
- Reverted fix for
generated_image_url
introduced in 1.1.0.
- Support for Compass versions greater than 0.12.2.
- Rails 4 support.
- Ruby 2.0 support.
- Allow compass-rails without asset pipeline on Rails 3.2.
- Fix
generated_image_url
whengenerated_images_dir
is set.
- Support for Ruby 1.8.7 and 1.9.2.
- Support for Rails 2.3.
- Bumped Compass version to 0.12.2.
FixedStaticCompiler
hack so sprite source files dont show up in manifest.