Skip to content

Releases: irundaia/sbt-sassify

v1.4.12

25 Feb 05:54
Compare
Choose a tag to compare
Releasing 1.4.12

v1.4.11

25 Feb 05:53
Compare
Choose a tag to compare
Force the target java version to 1.8

v1.4.10

25 Feb 05:54
Compare
Choose a tag to compare
Releasing 1.4.10

V1.4.9

05 Jul 10:06
Compare
Choose a tag to compare
v1.4.9

Update the SassLibrary definition to match the new libsass API

1.4.6

06 Jun 21:01
Compare
Choose a tag to compare
  • Revert to plain SBT project layout. The root directory was becoming too cluttered.
  • Upgrade to libsass 3.3.6 (#15)
  • Fix nested @extend (#11)

1.4.5

19 Apr 19:44
Compare
Choose a tag to compare
  • Small refactorings
  • Upgrade to libsass 3.3.5 (#14)

1.4.4

29 Mar 21:43
Compare
Choose a tag to compare
  • Fix character encoding when outputting CSS on Windows. (#13)

1.4.3

20 Mar 23:38
Compare
Choose a tag to compare
  • Update to libsass 3.3.4 (#12)
  • Update to play-json 2.4.6
  • Update to scalatest 2.2.6

1.4.2

20 Jan 08:59
Compare
Choose a tag to compare
  • Update to libsass 3.3.3 (#10)
  • Remove modifications to source maps (#7)
  • Write SBT scripted tests for including files (#6)
  • Log compile duration (#8)
  • Update copyright headers

v1.4.1

13 Jan 08:16
Compare
Choose a tag to compare
  • Move from jsass to a custom libsass wrapper
  • Rewrite sbt-sassify to use Paths rather than Files. (Why implement things yourself when it's already done in Java)
  • Fix bug for projects with spaces in their paths (see #5)