I'd like to be able to add a watch
task in gulp
to all of the js
files in the frontend/js
and any other js files below
gulp.watch('./frontend/js/**/*.js', ['browserify']);
This will only target js
files one folder deep
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…