public final class SassCompiler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SassCompiler.CompilerOptions
SASS compiler options.
|
static class |
SassCompiler.CompilerOptionsBuilder
Builder for
SassCompiler.CompilerOptions . |
Constructor and Description |
---|
SassCompiler() |
Modifier and Type | Method and Description |
---|---|
static void |
compile(File srcFile,
File targetFile)
Compile the given file.
|
static void |
compile(File srcFile,
File targetFile,
Optional<SassCompiler.CompilerOptions> options)
Compile the given file.
|
static void |
compile(File srcFile,
File targetFile,
SassCompiler.CompilerOptions options)
Compile the given file.
|
public static void compile(File srcFile, File targetFile)
srcFile
- the source file.targetFile
- the target file.public static void compile(File srcFile, File targetFile, SassCompiler.CompilerOptions options)
srcFile
- the source file.targetFile
- the target file.public static void compile(File srcFile, File targetFile, Optional<SassCompiler.CompilerOptions> options)
srcFile
- the source file.targetFile
- the target file.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.