Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Disable interrupt option for Grunt watch #23

Merged
merged 1 commit into from
Feb 23, 2015
Merged

Conversation

kinglozzer
Copy link
Member

If you save one file, then save a second one while the tasks are running, it’s interrupted but then it stops watching after it’s finished. Seems the spawn and interrupt options don’t always play nicely together. Played around with it, the spawn option speeds everything up quite a lot so I think that’s a more desirable feature than interrupt.

@stnvh
Copy link
Contributor

stnvh commented Feb 23, 2015

It did seem a bit of a last ditch attempt to make grunt ever so slightly quicker! I don't think removing this will impact speed at all; The issue was when a PC is at high memory load, spawning another task is more difficult as it can't allocate memory as easily (hence why spawn: false)

feejin added a commit that referenced this pull request Feb 23, 2015
Disable interrupt option for Grunt watch
@feejin feejin merged commit 1991c17 into master Feb 23, 2015
@feejin feejin deleted the kinglozzer-patch-1 branch February 23, 2015 09:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants