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