scsecrystal
scsecrystal

Reputation: 11

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

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

Answers (1)

Victor Kenyz
Victor Kenyz

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

Related Questions