Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created November 25, 2017 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-winkler/4e65ae60ac641e61f1b4ad38917ba151 to your computer and use it in GitHub Desktop.
Save r-winkler/4e65ae60ac641e61f1b4ad38917ba151 to your computer and use it in GitHub Desktop.
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