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
- Host: GitHub
- URL: https://github.com/tek/sbt-jade
- Owner: tek
- Created: 2015-06-05T10:22:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T15:31:34.000Z (over 6 years ago)
- Last Synced: 2025-03-17T16:38:24.592Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'