Maintained by aalmiray
A SASS / Compass plugin for Gradle. The plugin uses JRuby to install and run Compass.
| Website | https://github.com/robfletcher/gradle-compass |
|---|---|
| Author | robfletcher |
| Version | 1.0.10 |
buildscript {
repositories {
jcenter()
maven { url 'http://dl.bintray.com/robfletcher/gradle-plugins' }
}
dependencies {
classpath 'org.gradle.plugins:gradle-compass:1.0.10'
}
}
repositories {
jcenter()
}
apply plugin: 'compass'