How to run bash commands in gulp?

后端 未结 3 1303
灰色年华
灰色年华 2020-12-23 12:41

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!

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 13:08

    Use https://www.npmjs.org/package/gulp-shell.

    A handy command line interface for gulp

提交回复
热议问题