Reputation: 11
When I use sublime text to edit files and save,Gulp.watch works well,but Gulp.watch will not keep watching files if I use intellij idea to develop.Just because intellij idea can save files automatically?
Upvotes: 1
Views: 557
Reputation: 11
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.
Upvotes: 1