Search code examples
javascriptgulpgulp-sass

dest.on is not a function in gulp tasks


I'm trying to make gulp tasks but after initializing gulp and work in coding I got this error below, in sass and pug tasks what I understand the problem is on pipe() and I checked the Docs I can't see something wrong in my code

gulpfile.js enter image description here

the error

enter image description here


Solution

  • the problem was in connect.reload should be connect.reload()