SC5 / sc5-styleguide

Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation
http://styleguide.sc5.io/
MIT License
1.26k stars 171 forks source link

gulp-util is deprecated, consider replacing it to support Gulp v4 #1127

Open aj-dev opened 6 years ago

aj-dev commented 6 years ago

More info - https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

The following gulp-util API replacements can be used:

Shaderpixel commented 5 years ago

Hey @aj-dev, I was trying to install SC5 with my Gulp 4.0 setup, I keep getting an error: Error: Received a non-Vinyl object in 'dest()'. I googled and arrived at this https://github.com/gulpjs/vinyl-fs/issues/288. I see mention of gulp-util, is your issue related?

I found a workaround to get Gulp 4 working but it doesn't feel right https://github.com/MetaMask/metamask-extension/issues/2808#issuecomment-360360555

Just wanted to get a confirmation from anyone whether SC5 works with Gulp 4? Thanks!

aj-dev commented 5 years ago

@Shaderpixel SC5 won't work with gulp v4 until gulp-util dependency is removed. I opened this issue a year ago but no work has been done so far