Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created November 25, 2017 09:51
Embed
What would you like to do?
plugins {
id "com.moowork.node" version "1.2.0"
}
//node {
// version = '6.9.4'
// download = true
//}
task clean(dependsOn: 'npm_run_clean') {
}
task build(dependsOn: 'npm_run_build') {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment