Package com.vaadin.sass.linker
Class SassLinker
- java.lang.Object
-
- com.google.gwt.core.ext.Linker
-
- com.google.gwt.core.ext.linker.AbstractLinker
-
- com.vaadin.sass.linker.SassLinker
-
@LinkerOrder(PRE) @Shardable public class SassLinker extends com.google.gwt.core.ext.linker.AbstractLinkerPre-linker that checks for the existence of SASS files in public folders, compiles them to CSS files with the SassCompiler from Vaadin and adds the CSS back into the artifact.
-
-
Constructor Summary
Constructors Constructor Description SassLinker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()-
Methods inherited from class com.google.gwt.core.ext.linker.AbstractLinker
emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongName
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classcom.google.gwt.core.ext.Linker
-
-