Skip to content

Instantly share code, notes, and snippets.

@gustavoquinalha
Created April 27, 2017 14:01
Show Gist options
  • Save gustavoquinalha/e5a62918c7b3752c019b787b3b288d44 to your computer and use it in GitHub Desktop.
Save gustavoquinalha/e5a62918c7b3752c019b787b3b288d44 to your computer and use it in GitHub Desktop.
gulp.task('build-js', function(){
gulp.src('js/*.js')
.pipe(concat('all.js'))
.pipe(gulp.dest('js/test/'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment