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
Since a year has passed without an answer, I create a new issue:
I use grunt watch with the following modules to minify the code in my website:
grunt-contrib-uglify
grunt-contrib-compass
grunt-contrib-htmlmin
Everytime I launch grunt watch and modify some file, i got this error:
Fatal error: Cannot read property 'files' of undefined
Even with grunt watch --verbose I don't get any other useful info than the error
If I launch the tasks separately (eg. grunt uglify) they work with no problems.
Since a year has passed without an answer, I create a new issue:
I use grunt watch with the following modules to minify the code in my website:
Everytime I launch
grunt watch
and modify some file, i got this error:Fatal error: Cannot read property 'files' of undefined
Even with
grunt watch --verbose
I don't get any other useful info than the errorIf I launch the tasks separately (eg.
grunt uglify
) they work with no problems.Here's the package.json:
Here's the environment I'm working with:
MacOS 10.12.6
[email protected]
[email protected]
The text was updated successfully, but these errors were encountered: