Skip to content

Releases: rails/sprockets

3.5.2

08 Dec 17:05
Compare
Choose a tag to compare
  • Fix JRuby bug with concurrent-ruby.
  • Fix disabling gzip generation in cached environments.

3.5.1

05 Dec 19:17
Compare
Choose a tag to compare

Fix gzip asset generation for assets already on disk.

3.5.0

03 Dec 21:35
Compare
Choose a tag to compare
  • Reintroduce Gzip file generation for non-binary assets.

3.4.1

03 Dec 21:35
Compare
Choose a tag to compare
  • PathUtils::Entries will no longer error on an empty directory.

3.4.0

03 Dec 21:38
Compare
Choose a tag to compare

Expose method to override the sass cache in the SassProcessor.

3.3.5

03 Dec 21:39
Compare
Choose a tag to compare
  • Fix bug related to absolute path being reintroduced into history cache #141.

3.3.4

03 Dec 21:39
Compare
Choose a tag to compare
  • Relative cache contents now work with windows.

3.3.3

03 Dec 21:40
Compare
Choose a tag to compare
  • Remove more absolute paths from cache contents.

3.3.2

03 Dec 21:40
Compare
Choose a tag to compare
  • Fix cache contents to use relative paths instead of absolute paths.

3.3.1

03 Dec 21:41
Compare
Choose a tag to compare
  • Fix legacy Tilt integration when locals is required argument.