- Register scss and sass extensions for rake notes
- Make possible to use sprockets-rails 2.1.
- Lock sprockets version to <= 2.11.0. Fixes #191.
- Remove Post Processors from asset evaluation.
- Add support for importing ERB files.
- Remove
Sass::Rails::Compressor
. UseSprockets::SassCompressor
(:sass
option) instead. - Remove
tilt
dependency. - Bump
sprockets-rails
to2.0.0.rc4
.
- No changes.
- Remove
compress
option fromconfig.assets
. Instead, turn on compression for all environments except development. - Deprecate
asset_path
andasset_url
with two arguments. - Add Rails 4 support.
- Drop Ruby 1.8 support.
- Several bug fixes.
- Performance and bug fixes when compressing stylesheets.
- Update dependency to latest sass stable release to fix caching issues.
- Add
asset-data-url
helper for base-64 encoding of assets within stylesheets. - Add explicit dependency on sprockets.
- Add explicit version dependency on tilt.
- Add MIT License.