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
When the specified files can't be found by the multitask src configuration pattern, then jsbeautifier task starts some infinite loop in the background and it doesn't return immediately. To reproduce this bug, just use the following simple HTML configuration:
jsbeautifier: {html: {src: ["app/views/*.html"]}}
and leave the src folder empty.
Now, try run grunt jsbeautifier:html and it'll never return - will hang forever.
The text was updated successfully, but these errors were encountered:
Fixed with upgrade of async dependency in commit e48b8fd, test added in commit ccfd245. Will be available with version 0.2.12
This makes #53 not required.
When the specified files can't be found by the multitask
src
configuration pattern, then jsbeautifier task starts some infinite loop in the background and it doesn't return immediately. To reproduce this bug, just use the following simple HTML configuration:and leave the
src
folder empty.Now, try run
grunt jsbeautifier:html
and it'll never return - will hang forever.The text was updated successfully, but these errors were encountered: