简体   繁体   中英

Gulp.watch dosen't work when I use intellij idea to develop

使用高级文本编辑文件并保存时,Gulp.watch可以很好地工作,但是如果我使用intellij idea开发,则Gulp.watch将不会继续监视文件。仅因为intellij idea可以自动保存文件?

You need to turn off "Safe write" in

File -> Settings -> System Settings -> Use "safe write" (save changes to a temporary file first)

Works for me in IntelliJ IDEA 15.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM