diff --git a/README.md b/README.md index 9da16ee..460baf4 100755 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@ Plugin based on [play-sass][play-sass] for Play Framework 2.2.x * updated sbt-web 1.0.0 -> 1.0.2 * added filename to exception message -## ver 0.1.2 [06 jul 2014] -* Fixed #4 issue. Now scss/sass and resulting css files in jar is generated properly. -* Sass sources directory changed back to `app/assets/*` according to [play-2.3-anatomy] -* Removed output directory customization parameter. Now it works automatically. (Read in `Usage` section) -* Play example project moved to `play-sass-example` folder from external git-repo - # Prerequisites [Sass][sass] compiler needs to be installed for plugin to work. This means that `sass` executable needs to be found in path. Sass can be installed by by installing `sass` gem (version 3.2.19 is required by compass). @@ -39,7 +33,7 @@ gem install compass ``` resolvers += Resolver.url("GitHub repository", url("http://shaggyyeti.github.io/releases"))(Resolver.ivyStylePatterns) - addSbtPlugin("default" % "sbt-sass" % "0.1.3") + addSbtPlugin("default" % "sbt-sass" % "0.1.4") ``` 2. Run `activator` @@ -52,7 +46,7 @@ gem install compass 3. In sbt-console execute command `publishLocal` 4. Add line in your play project to project/plugins.sbt ``` - addSbtPlugin("default" % "sbt-sass" % "0.1.3") + addSbtPlugin("default" % "sbt-sass" % "0.1.4") ``` 5. Run `activator`