romannurik / SlidesCodeHighlighter

A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://romannurik.github.io/SlidesCodeHighlighter/
Apache License 2.0
1.06k stars 92 forks source link

Migrate from gulp 3 to gulp 4 #45

Closed lennertVanSever closed 4 years ago

lennertVanSever commented 4 years ago

After doing npm install, I discovered that my node 12 wasn't working with gulp 3.. So I migrated the gulp code from version 3 to 4 since there were some breaking changes. It's the first time I use Gulp so I hope it's a bit decent. Let me know if you have any feedback.

romannurik commented 4 years ago

Apologies for the delay, I separately did this just now