Maintained by aalmiray
This is a very simple Gradle plugin for running Grunt tasks part of the build. It merely wraps calls to "grunt xyz" as "gradle grunt_xyz" tasks. Grunt is installed locally using npm.
| Website | https://github.com/srs/gradle-grunt-plugin |
|---|---|
| Author | srs |
| Version | 0.5 |
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.moowork.gradle:gradle-grunt-plugin:0.5'
}
}
apply plugin: 'grunt'