public final class SassCompilerFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static SassCompiler |
bundled()
Create a new
SassCompiler based on the dart-sass-embedded binary bundled in this jar. |
public static SassCompiler bundled() throws IOException
SassCompiler based on the dart-sass-embedded binary bundled in this jar.
Note that this is an expensive operation as it spawns a new process.
So check if you can re-use the SassCompiler instance and make sure to
close it when you're done.
SassCompiler based on a new subprocess.IOException