JavaScript
2
Вклад в тег
function watchFiles(params) {
gulp.watch([path.watch.html], html);
gulp.watch([path.watch.css], css);
}
exports.fonts = fonts;
exports.html = html;
exports.css = css;
exports.build = build;
exports.watch = watch;
exports.default = watch;