Skip to content

Releases: irundaia/sbt-sassify

V1.4.0

27 Dec 09:59
Compare
Choose a tag to compare
  • Fix caret position on exceptions
  • Add support for generic compilation issues (rather than line based ones)
  • Reuse the same compiler instance within an assets run
  • Use the libsass error code to determine whether the compilation succeeded or not
  • Make sure that assets can be found (now that absolute URL's are used in the source map)
  • Update the source mappings to exclude filtered files.

Enable including WebJarred Sass

13 Dec 20:45
Compare
Choose a tag to compare
  • Allow including web-jarred Sass files

Fix source maps

03 Dec 12:36
Compare
Choose a tag to compare
  • Fixes source maps

Upgrade to sass v4.0.0

03 Dec 12:35
Compare
Choose a tag to compare
  • Upgrade to jsass v4.0.0 (libsass v3.3.2)
  • Expand tests
  • Additional refactoring

Version 1.2.2

28 Nov 09:43
Compare
Choose a tag to compare
  • Make sure that sass files are recompiled if the settings are modified (no longer needs a clean)

Version v1.2.1

28 Nov 09:22
Compare
Choose a tag to compare
  • Make sure that there are no jsass related entries in the sourceContent field in the source map
  • Remove unused baseDirectory parameter

Version 1.2.0

28 Nov 09:19
Compare
Choose a tag to compare
  • Only output source maps when it has been requested;
  • Add option to embed source file contents to the source map;
  • Add option to override the input style detection. Now it is possible to for an (non-)indented syntax regardless of the extension;
  • Restructure tests;
  • Package cleanup;
  • Include version settings in the header file;
  • Use git versioning in SBT.