johnpapa / pluralsight-gulp

Starter Code for Pluralsight Course "JavaScript Build Automation with Gulp.js"
http://jpapa.me/gulpps
MIT License
158 stars 262 forks source link

Where is gulp.on() in the API? #30

Open evilgeniuscreative opened 8 years ago

evilgeniuscreative commented 8 years ago

You mention gulp.on('error',someFunc); I can't find any documentation for the on() method and my IDE, Webstorm doesn't recognize .on() as a resolved method.

Thoughts? Thanks.

vorpleblade commented 7 years ago

Gulp task depends on Orchestrator where you can listen to it's internals using orchestrator.on(event, cb);