com.lonelystorm.air.asset.util.LibraryConstants 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.
The newest version!
package com.lonelystorm.air.asset.util;
public class LibraryConstants {
private LibraryConstants() {
};
// TODO: Also in repository under oak:index
public static final String ASSET_TYPE_NAME = "ls:AssetLibrary";
public static final String ASSET_THEME_TYPE_NAME = "ls:AssetTheme";
}