gulp.task('jquery', function () {
    return gulp.src('./node_modules/jquery/dist/jquery.js')
        .pipe(gulp.dest(config.outputDir + '/js'));
});