You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Compared to our `gulp` pipeline, this is:
- Faster
- Much simpler
- Easier to maintain
- Not full of deprecated dependencies with vulnerabilities
This also changes the project organization to match other `github.com/cubing` projects more closely.
Closes:
- #55
- #93
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:
Also see: #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 ofgulp
andbabel
altogether.The text was updated successfully, but these errors were encountered: