Skip to content

Commit

Permalink
Merge pull request #372 from Ousret/upgrade-gulp
Browse files Browse the repository at this point in the history
Upgrade gulp to version 4
  • Loading branch information
tobias-93 committed Jan 12, 2020
2 parents 81cf14b + 00ccca3 commit 0fcdc2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Resources/gulpfile.js
Expand Up @@ -17,6 +17,4 @@ gulp.task('js', function() {
.pipe(gulp.dest('public/js'));
});

gulp.task('default', function() {
return gulp.start(['js']);
});
gulp.task('default', gulp.series('js'));
9 changes: 5 additions & 4 deletions Resources/package.json
Expand Up @@ -32,16 +32,17 @@
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.6",
"gulp": "^3.9.1",
"google-closure-library": "^20171203.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-wrap": "^0.13.0",
"jasmine": "^2.4.1",
"google-closure-library": "^20171203.0.0"
"jasmine": "^2.4.1"
},
"scripts": {
"build": "gulp",
"test": "npm run build && phantomjs js/run_jsunit.js js/router_test.html"
}
},
"dependencies": {}
}

0 comments on commit 0fcdc2e

Please sign in to comment.