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

Created on 5 Jan 2016  路  2Comments  路  Source: gulpjs/gulp

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?

Most helpful comment

Although this is closed, I wanted to add this information for anyone landing here.

You need to turn off "Safe write" in
File -> Settings -> System Settings -> Use "safe write" (save changes to a temporary file first)

http://stackoverflow.com/questions/34614229/gulp-watch-dosent-work-when-i-use-intellij-idea-to-develop

All 2 comments

Works for me, I just have to press cmd+s to manually save the file. Not sure why. Not a gulp issue, take it up with JetBrains if you want the behaviour changing :)

Although this is closed, I wanted to add this information for anyone landing here.

You need to turn off "Safe write" in
File -> Settings -> System Settings -> Use "safe write" (save changes to a temporary file first)

http://stackoverflow.com/questions/34614229/gulp-watch-dosent-work-when-i-use-intellij-idea-to-develop

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tom10271 picture tom10271  路  4Comments

joe-watkins picture joe-watkins  路  5Comments

yapcheahshen picture yapcheahshen  路  5Comments

fritzdenim picture fritzdenim  路  3Comments

XaBerr picture XaBerr  路  3Comments