ro.isdc.wro.extensions.processor.css
Class BourbonCssProcessor

java.lang.Object
  extended by ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
      extended by ro.isdc.wro.extensions.processor.css.BourbonCssProcessor
All Implemented Interfaces:
ResourcePostProcessor, ResourcePreProcessor

public class BourbonCssProcessor
extends RubySassCssProcessor
implements ResourcePreProcessor, ResourcePostProcessor

A processor to support the bourbon (http://thoughtbot.com/bourbon/) mixins library for sass. Using this processor automatically provides sass support, so there is no need to use both this one and the RubySassCssProcessor.

Since:
1.4.7
Author:
Simon van der Sluis

Field Summary
static String ALIAS
          The processor alias.
 
Constructor Summary
BourbonCssProcessor()
           
 
Method Summary
protected  RubySassEngine getEngine()
          A getter used for lazy loading, overrides RubySassEngine#getEngine() and ensure the bourbon gem is imported (required).
 
Methods inherited from class ro.isdc.wro.extensions.processor.css.RubySassCssProcessor
onException, process, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ro.isdc.wro.model.resource.processor.ResourcePreProcessor
process
 
Methods inherited from interface ro.isdc.wro.model.resource.processor.ResourcePostProcessor
process
 

Field Detail

ALIAS

public static final String ALIAS
The processor alias.

See Also:
Constant Field Values
Constructor Detail

BourbonCssProcessor

public BourbonCssProcessor()
Method Detail

getEngine

protected RubySassEngine getEngine()
A getter used for lazy loading, overrides RubySassEngine#getEngine() and ensure the bourbon gem is imported (required).

Overrides:
getEngine in class RubySassCssProcessor


Copyright © 2008-2013. All Rights Reserved.