Skip to content

Commit

Permalink
Merge pull request #1281 from makurtu/gulp4
Browse files Browse the repository at this point in the history
Upgrade to gulp 4
  • Loading branch information
cagataycivici authored Aug 25, 2021
2 parents 4bf74ac + 1230457 commit 51976da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ gulp.task('images', function() {
});

//Building project with run sequence
gulp.task('build-styles', ['build-css', 'images', 'build-themes']);
gulp.task("build-styles", gulp.series("build-css", "images", "build-themes"));

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"gulp": "^3.9.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-flatten": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.0.6",
"node-sass": "^4.12.0",
"primeflex": "2.0.0",
Expand Down

0 comments on commit 51976da

Please sign in to comment.