Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md. Fixes #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Han van Venrooij committed Mar 20, 2016
1 parent 76f39d3 commit 7714249
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@
- Rewrite `sbt-sassify` to use `Path`s rather than `File`s. (Why implement things yourself when it's already done in `Java`)
- Fix bug for projects with spaces in their paths (see #5)

##1.4.2
## 1.4.2
- 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
- Update copyright headers

## 1.4.3
- Update to `libsass` 3.3.4 (#12)
- Update to `play-json` 2.4.6
- Update to `scalatest` 2.2.6
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.3, that implements the Sass 3.4 specification.
This plugin is based on [libsass](https://github.com/sass/libsass) version 3.3.4, 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.2")
addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.3")
```

### Directory structure
Expand Down

0 comments on commit 7714249

Please sign in to comment.