An open API service indexing awesome lists of open source software.

https://github.com/tek/sbt-jade

Simple syntax-only jade asset plugin for sbt-web
https://github.com/tek/sbt-jade

Last synced: 11 months ago
JSON representation

Simple syntax-only jade asset plugin for sbt-web

Awesome Lists containing this project

README

          

## Description

Simple syntax-only jade asset plugin for sbt-web that uses [jade4j][1].

## Usage

```scala
resolvers += Resolver.url("bintray-tek-sbt-plugins",
url("http://dl.bintray.com/tek/sbt-plugins"))(Resolver.ivyStylePatterns)

addSbtPlugin("tryp.sbt" % "sbt-jade" % "0.0.2")
```

jade files in the asset dir will be processed to html in staging.

[1]: https://github.com/neuland/jade4j 'jade4j'