Migrate npm run scripts to Rakefile tasks

Rakefile is like Makefile - it has dependency management,
while npm run scripts do not.

Aside from that, this also allows us to drop literally all Node.js packages,
as uglify-js is self-contained and has no dependencies.
Reduced node_modules from 17M to 374K.
This commit is contained in:
iBug
2024-05-05 04:03:07 +08:00
parent 6165d896a0
commit 0b8b5230f9
6 changed files with 39 additions and 1783 deletions

File diff suppressed because one or more lines are too long