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 using the imperative-style configuration syntax with Grunt in verbose mode, a Warning is given and processing stopped.
% grunt -v gulp:foo
[...]
Running "gulp:foo" (gulp) task
Verifying property gulp.foo exists in config...OK
Warning: Object function () {
return gulp.src('foo').pipe(bar()).pipe(gulp.dest('bar'));
} has no method 'indexOf' Use --force to continue.
Aborted due to warnings.
When using the imperative-style configuration syntax with Grunt in verbose mode, a Warning is given and processing stopped.
Configuration:
The text was updated successfully, but these errors were encountered: