public class Sass extends AssetProcessor
sass-lang implementation from Java sass compiler. Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
Java sass compiler Feature complete java sass compiler using libsass.
assets {
fileset {
home: home.scss
}
pipeline {
dev: [sass]
dist: [sass]
}
}
assets {
...
sass {
syntax: scss
dev {
sourceMap: inline
}
dist {
style: compressed
}
}
}
| Constructor and Description |
|---|
Sass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.jooby.MediaType type) |
String |
process(String filename,
String source,
com.typesafe.config.Config conf) |
name, set, set, toStringexcludes, get, optionspublic boolean matches(org.jooby.MediaType type)
matches in class AssetProcessorCopyright © 2017. All rights reserved.