Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何阻止文件被观看?
我没有在文档中看到这种方法,这对我来说似乎有点奇怪。
这不是大吃大喝的事。Gulp 只是作为一个永无止境的进程运行。
中止进程的方法是Ctrl+ C。
根据官方文件。你可以使用returned stream方法来阻止它。
returned stream
let watchStream = gulp-watch(paths, function(){}) watchStream.close()
如果您使用 Visual Studio 的“包管理器控制台”,只需在该窗口内按红色方形按钮。