可以使用 gulp-livereload 刷新页面,只是更改,不保存吗?

possible to use gulp-livereload to refresh the page on just a change, no save?

是否可以使用节点包 gulp-livereload 仅在更改时刷新页面,而无需按 command+s 保存您正在编辑的文件?

目前是不可能的(不仅是gulp-livereload,所有的livereload插件都是)。来自 official site:

LiveReload monitors changes in the file system. As soon as you save a file, it is preprocessed as needed, and the browser is refreshed.

但是,有一个 Sublime Text 插件和 Chrome 提供 CSS 实时编辑,Emmet Livestyle