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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.google.gwt.core.ext.linker.AbstractLinker

    emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongName

    Methods inherited from class com.google.gwt.core.ext.Linker

    isShardable, link, link, relink, supportsDevModeInJunit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SassLinker

      public SassLinker()
  • Method Details

    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class com.google.gwt.core.ext.Linker