I\'m a new user to gulp.js. I\'d like to move all of my non-javascript files to a build directory. What I\'ve got right now is this:
//Test copy gulp.task(
Try this glob pattern:
myProject/src/**/!(*.js|*.map|*.src)