-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp errors #2
Comments
According to this post http://stackoverflow.com/questions/38001293/gulp-imagemin-not-using-plugins-option the imagemin options "use" and "plugins" are now obsolete, and the correct way to use plugins with it is like this:
But I still get a bunch of errors with this method:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I'm trying to use this with gulp, but I seems to get this error:
Here is an example of my gulpfile tasks:
As you can see it seems to suggest there are "Too many filenames specified on cmdline", but, the files at the destination
paths.images+"/**/*.png"
there are only 2 files, 1 jpg and 1 png.Do you know if there is anything I can do?
The text was updated successfully, but these errors were encountered: