phpstorm - PHPUnit watchers : how to prevent multiple task execution when saving multiple files at once? -
i have set watcher in phpstorm triggers execution of grunt task when 1 of php files changed. runs well, when modify mutiple files @ 1 (for instance when replacing string in several files) grunt task executed many times number of files have been modified.
i need executed once, how can ?
file watcher triggered every watched file -- that's made for.
your options limited here -- either run grunt tasks manually ide (be existing grunt integration .. or via external tools etc -- can assign shortcuts specific targets/entries) .. or use external watching/processing.
Comments
Post a Comment