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.AbstractLinker
Pre-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 -
Method Summary
Methods inherited from class com.google.gwt.core.ext.linker.AbstractLinker
emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongNameMethods inherited from class com.google.gwt.core.ext.Linker
isShardable, link, link, relink, supportsDevModeInJunit
-
Constructor Details
-
SassLinker
public SassLinker()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin classcom.google.gwt.core.ext.Linker
-