Skip to content

Commit

Permalink
Upgrade to libsass 3.3.5. Fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Han van Venrooij committed Apr 19, 2016
1 parent b1089f9 commit 15e6ba0
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@

## 1.4.5
- Small refactorings
- Removed Java 8 dependency. Now it only requires Java 7 (for NIO).
- Upgrade to `libsass` 3.3.5 (#14)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An sbt plugin that enables you to use [Sass](http://sass-lang.com/) in your [sbt
This plugin is a reimplementation of [sbt-sass](https://github.com/ShaggyYeti/sbt-sass). Since I wasn't allowed to install the sass command line compiler on my company's' webserver (damn you corporate IT), I decided to rewrite the plugin to use [libsass](https://github.com/sass/libsass) instead. Due to these changes, the plugin no longer resembled the old plugin, which is why I decided to host it myself.

## Sass language version
This plugin is based on [libsass](https://github.com/sass/libsass) version 3.3.4, that implements the Sass 3.4 specification.
This plugin is based on [libsass](https://github.com/sass/libsass) version 3.3.5, that implements the Sass 3.4 specification.

## Compatibility
The sbt-sassify plugin supports the following operating systems:
Expand All @@ -21,7 +21,7 @@ This plugin has been tested against sbt-web and the Play framework versions 1.2.
To use the `sbt-sassify` plugin you can include the plugin in `project/plugins.sbt` or `project/sbt-sassify.sbt` like this:

```scala
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.4")
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.5")
```

### Directory structure
Expand Down
Binary file modified resources/darwin/libsass.dylib
Binary file not shown.
Binary file modified resources/linux-x86-64/libsass.so
Binary file not shown.
Binary file modified resources/linux-x86/libsass.so
Binary file not shown.
Binary file modified resources/win32-x86-64/sass.dll
Binary file not shown.
Binary file modified resources/win32-x86/sass.dll
Binary file not shown.

0 comments on commit 15e6ba0

Please sign in to comment.