com.github.fgiannesini.libsass.gradle.plugin.extension.PluginMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libsass-gradle-plugin Show documentation
Show all versions of libsass-gradle-plugin Show documentation
A gradle plugin to compile scss with libsass.
package com.github.fgiannesini.libsass.gradle.plugin.extension;
/**
* Plugin modes for build type
*/
public enum PluginMode {
DEVELOPPEMENT,
PRODUCTION
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy