Issue
I want to add some bash commands at the end of gulp.watch
function to accelerate my development speed. So, I am wondering if it is possible. Thanks!
Solution
Use https://www.npmjs.org/package/gulp-shell.
A handy command line interface for gulp
Answered By - Erik Answer Checked By - Cary Denson (WPSolving Admin)