Skip to content

Releases: rails/sprockets

3.6.0

06 Apr 18:22
v3.6.0

Choose a tag to compare

  • Add Manifest#find_sources to return the source of the compiled assets.
  • Fix the list of compressable mime types.
  • Improve performance of the FileStore cache.

3.5.2

08 Dec 17:05

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

Choose a tag to compare

Fix gzip asset generation for assets already on disk.

3.5.0

03 Dec 21:35

Choose a tag to compare

  • Reintroduce Gzip file generation for non-binary assets.

3.4.1

03 Dec 21:35

Choose a tag to compare

  • PathUtils::Entries will no longer error on an empty directory.

3.4.0

03 Dec 21:38

Choose a tag to compare

Expose method to override the sass cache in the SassProcessor.

3.3.5

03 Dec 21:39

Choose a tag to compare

  • Fix bug related to absolute path being reintroduced into history cache #141.

3.3.4

03 Dec 21:39

Choose a tag to compare

  • Relative cache contents now work with windows.

3.3.3

03 Dec 21:40

Choose a tag to compare

  • Remove more absolute paths from cache contents.

3.3.2

03 Dec 21:40

Choose a tag to compare

  • Fix cache contents to use relative paths instead of absolute paths.