Polymer / polymer-project.org

Polymer Project site & blog.
https://www.polymer-project.org/
15 stars 13 forks source link

Update Gulp to v4. #67

Closed bicknellr closed 4 years ago

bicknellr commented 4 years ago

I've been unable to get the site to build with Gulp v3. I'm using Node v13.6.0, which is probably related? Also, gulp-help doesn't seem to work with Gulp v4, but v4 now includes a --tasks flag which does basically the same thing:

$ npx gulp --tasks
[12:08:11] Tasks for ~/Code/Polymer/polymer-project.org/gulpfile.js
[12:08:11] ├── md:blog  Blog markdown -> HTML conversion. Syntax highlight and TOC generation
[12:08:11] ├── copy     Copy site files (polyfills, templates, etc.) to dist/
[12:08:11] ├── clean    Remove built files
[12:08:11] └─┬ default  Build site
[12:08:11]   └─┬ <series>
[12:08:11]     ├── clean
[12:08:11]     ├── copy
[12:08:11]     └── md:blog