09.
gulp-load-plugins
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Whoops, an error! Please, try again later.
3 Comments
I have a bug after install gulp-load-plugins with gulp-clean-css : Can't pipe to undefined ? when I do the command with --production
How I have to write the line :
.pipe(config.production ? plugins.cleancss : plugins.util.noop())
Hey Stéphane!
Can you try plugins.cleanCss instead? I believe that - by default - gulp-load-plugins removes the dashes AND camelizes the string.
Cheers!
Hi Ryan,
Thank for your help. It's working like a charm.
"Houston: no signs of life"
Start the conversation!