Category: gulp

TypeError: gulp.hasTask is not a function 0

TypeError: gulp.hasTask is not a function

Error 1 $ gulp [12:01:26] Using gulpfile ~/kraken-server/gulpfile.js [12:01:26] Starting 'default'... [12:01:26] 'default' errored after 2.03 ms [12:01:26] TypeError: gulp.hasTask is not a function at /home/frank/kraken-server/node_modules/run-sequence/index.js:19:22 at Array.forEach (<anonymous>) at verifyTaskSets (/home/frank/kraken-server/node_modules/run-sequence/index.js:13:11) at /home/frank/kraken-server/node_modules/run-sequence/index.js:32:4...

usemin fails with Arguments to path.join must be strings 0

usemin fails with Arguments to path.join must be strings

Solution Wrong : <!-- build:css --> <link href="css/base.css" rel="stylesheet" /> <link href="css/appname.css" rel="stylesheet" /> <!-- endbuild --> Good : <!-- build:css index.css --> <link href="css/base.css" rel="stylesheet" /> <link href="css/appname.css" rel="stylesheet" /> <!-- endbuild -->...