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 used with grunt-newer, plugin throws error "Warning: Cannot read property 'indexOf' of undefined Use --force to continue.". It is probably caused by non-standard src-dest mappings used by grunt-data-uri.
Problem is, grunt-newer always passes files in options, even though src and dest were set. It assumes, that whatever plugin it calls, it supports files array format.
The text was updated successfully, but these errors were encountered:
When used with
grunt-newer
, plugin throws error "Warning: Cannot read property 'indexOf' of undefined Use --force to continue.". It is probably caused by non-standard src-dest mappings used bygrunt-data-uri
.Problem is,
grunt-newer
always passesfiles
in options, even thoughsrc
anddest
were set. It assumes, that whatever plugin it calls, it supports files array format.The text was updated successfully, but these errors were encountered: