Open CNSam opened 9 years ago
You're calling changed
without an argument: https://gist.github.com/CNSam/e6873252023e03d23ef3#file-gulpfile-js-L250
This behaviour was changed in 3.x, and changed
now requires an argument.
I'm not sure why this isn't listed in the upgrade notice. It really should be, as it breaks backwards compatibility.
Hi there,
I seem to have come across an issue, not sure if it's isolated to my own development though.
When I run 'gulp watch' and then make changes to my SCSS files I am receiving the following error:
I have run the task in debug and have the following output:
Here is my gulpfile.js: https://gist.github.com/CNSam/e6873252023e03d23ef3