com.vaadin.sass.linker
Class SassLinker

java.lang.Object
  extended by AbstractLinker
      extended by com.vaadin.sass.linker.SassLinker

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
SassLinker()
          
Method Summary
 java.lang.String getDescription()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SassLinker

public SassLinker()
Method Detail

getDescription

public java.lang.String getDescription()

link

public ArtifactSet link(TreeLogger logger,
                        LinkerContext context,
                        ArtifactSet artifacts,
                        boolean onePermutation)
                 throws UnableToCompleteException
Throws:
UnableToCompleteException


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.