JavaScript
- 4 ответа
- 0 вопросов
0
Вклад в тег
"atomic_save": true
gulp.task("watch", function () {
gulp.watch("application/jade/**/*.jade", ["jade"]);
gulp.watch("application/stylus/**/*.styl", ["stylus"]);
}