Search code examples
bashgulp

How to run bash commands in gulp?


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