Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm does not play well with gulp watch

Tags:

webstorm

When I use WebStorm with gulp watch, watchify, tsc ... not all save commands trigger the watch.

I am sure that WebStorm has it for performance reasons but this drives me crazy.

Is there a flag which I can set, which saves the file immediately?

like image 594
David Michael Gang Avatar asked Feb 07 '23 19:02

David Michael Gang


1 Answers

Webstorm support helped me with a quick response.

Turning 'Safe write' option ( Settings | Appearance & Behavior | System Settings) off fixed the issue.

like image 179
David Michael Gang Avatar answered Mar 23 '23 19:03

David Michael Gang