Package org.opoo.press

Examples of org.opoo.press.CompassConfig


  protected void afterSassCompile(SiteManager siteManager, File siteDir)
      throws MojoExecutionException, MojoFailureException {
  }

  private boolean skipSassCompile(SiteManager siteManager, File siteDir) {
    CompassConfig compassConfig = siteManager.createCompassConfig(siteDir);
    boolean compassStale = StaleUtils.isCompassStale(compassConfig);
    return !compassStale;
  }
View Full Code Here

TOP

Related Classes of org.opoo.press.CompassConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.