Novicell/novicell-frontend

Update Gulp to v4

Closed this issue · 2 comments

What does it take to update gulp to version 4?
Can we make it happen, without breaking everything?

Unfortunately it breaks with the old syntax
This happens when running fractal task:

assert.js:350
    throw err;
    ^

AssertionError [ERR_ASSERTION]: Task function must be specified
    at Gulp.set [as _setTask] (C:\Visual Studio Projects\novicell-frontend\node_modules\undertaker\lib\set-task.js:10:3)
. . .

However, it fixes some of the vulnerabilities from the older version

closing due to #265