Gulp watch tasks fails on temporary files created by IDE #154
Labels
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
type:bug
This issue reports a buggy (incorrect) behavior.
type:improvement
This issue reports a possible enhancement of an existing feature.
I have some problems with
gulp build --watch
when using it inside IDE (PHPStorm).The problem is that probably PHPStorm creates temporary file when saving source file.
Example error:
To address this we could specify patterns of files to watch only for those that matters (js, jsdoc, html, scss, etc) but this might be cubersome. Also we could exclude
jb_tmp
as this is probably used by JetBrains products.The text was updated successfully, but these errors were encountered: