![JAR search and dependency download from the Maven repository](/logo.png)
com.lonelystorm.air.asset.services.Compiler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of air-asset Show documentation
Show all versions of air-asset Show documentation
The LonelyStorm Air Asset library provides support to be able to compile SASS files at runtime.
package com.lonelystorm.air.asset.services;
import com.lonelystorm.air.asset.models.Asset;
public interface Compiler {
String compile(Asset library, String file, String source);
boolean supports(Asset library, String file);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy