Skip to content

Commit

Permalink
fix readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaggyYeti committed Jun 24, 2014
1 parent 7c5bcfd commit f802f6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ gem install compass
<link rel="stylesheet" media="screen" href="@routes.Assets.at("sass/test.css")">
```
* If you want to set output directory = `css`, then add to `build.sbt` next line:
```
sassPublicDir in Assets := "css"
```
```
sassPublicDir in Assets := "css"
```
and include in templates:
```
<link rel="stylesheet" media="screen" href="@routes.Assets.at("sass/test.css")">
```
```
<link rel="stylesheet" media="screen" href="@routes.Assets.at("sass/test.css")">
```

Example of play-project: [example][example]

Expand Down

0 comments on commit f802f6e

Please sign in to comment.