cubing / icons

🖼 Icons for WCA events, unofficial events, and competition-related concepts.
https://icons.cubing.net
MIT License
43 stars 22 forks source link

Modernize the toolchain #93

Open lgarron opened 1 year ago

lgarron commented 1 year ago

We're using a pretty outdated toolchain compared to the rest of github.com/cubing

As a symptom of this: I just merged one Dependabot security fix, and it was replaced with 5 more:

Screenshot 2022-12-06 at 18 21 06

Also see: https://github.com/cubing/icons/issues/55

In other github.com/cubing projects, we solve that by using esbuild and shell scripts where possible. I'd like to see how much I can reduce the deps in this project, and ideally get rid of gulp and babel altogether.