Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyYeti committed Aug 1, 2014
1 parent 5e19132 commit 1447b7f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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`

Expand All @@ -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`

Expand Down

0 comments on commit 1447b7f

Please sign in to comment.