You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What currently happens when multiple files are changed at approximately the same time - multiple rake executions are triggered. This is getting quite annoying and actually problematic if the build duration is relatively long.
It would be good to be able to skip the intermediate changes (if there are many on queue) and trigger just a single rake execution. This of course makes sense when no file-specific actions are performed, e.g.:
What currently happens when multiple files are changed at approximately the same time - multiple
rake
executions are triggered. This is getting quite annoying and actually problematic if the build duration is relatively long.It would be good to be able to skip the intermediate changes (if there are many on queue) and trigger just a single rake execution. This of course makes sense when no file-specific actions are performed, e.g.:
The text was updated successfully, but these errors were encountered: