How do I debug a gulp task defined in my gulpfile.js with a debugger such as the Google Chrome debugger, stepping through the task\'s code line by line?
gulpfile.js
If you are using webstorm you can right click the task in the gulp panel and select debug.