Skip to content

Instantly share code, notes, and snippets.

@breskeby
Created May 22, 2013 09:03
Show Gist options
  • Save breskeby/5626231 to your computer and use it in GitHub Desktop.
Save breskeby/5626231 to your computer and use it in GitHub Desktop.
directory with js files
task printJSFiles << {
def jsFiles = fileTree(dir:"dir1", include:'*.js')
println jsFiles.files
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment