h5bp / html5boilerplate.com

Files for the HTML5 Boilerplate website.
https://html5boilerplate.com
MIT License
486 stars 182 forks source link

Upgrade gulp to 4.0 and upgrade gulpfile to be compatible with new version (or something!) #209

Closed coliff closed 1 year ago

coliff commented 4 years ago

The build script here is using Gulp 3.9.1. It'd be good to get this updated to Gulp 4.x. Many gulp plugins require Gulp 4.x now.

kyds3k commented 4 years ago

Any update on this? @coliff did you find a solution?

roblarsen commented 4 years ago

@kyds3k Help is still wanted.

coliff commented 4 years ago

Actually, I think we can do away with Gulp altogether and have all the required scripts done with npm/node scripts and/or use Parcel like we'll do with html5 boilerplate.

roblarsen commented 4 years ago

💯 I was thinking about that. It would be nice to move to something I was more familiar with, to be honest. I have only ever used Gulp on this project.

coliff commented 1 year ago

thanks for fixing @roblarsen ! 🍻