Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Gulp/Grunt Question Reply To: Gulp/Grunt Question

#169146
maxisix
Participant

You can use an array like this

gulp.src([‘file1.js’, ‘file2.js’]).pipe(…)

If you want you can take a look on my gulpfile

https://github.com/maxisix/maxisix-gulp-template/blob/master/gulpfile.js