【发布时间】:2014-07-31 15:32:18
【问题描述】:
gulp 监视文件以进行 livereload,
gulp.watch([
'/templates/**/*.hbs'
], ['build-dev-templates']);
但是当我在 emacs 上编辑时,它会创建自动保存文件,如 .#index.hbs 和 Gaze 会出现此错误:
Error: ENOENT, no such file or directory 'app/client/templates/.#index.hbs'
我该如何摆脱它?
【问题讨论】:
标签: node.js file emacs gulp livereload