[dreamwidth/dw-free] 6481a0: Robustify minification
Branch: refs/heads/master Home: https://github.com/dreamwidth/dw-free Commit: 6481a038fd4250cbf9398639959561f21af87381 https://github.com/dreamwidth/dw-free/commit/6481a038fd4250cbf9398639959561f21af87381 Author: Mark Smith mark@dreamwidth.org Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths: M bin/build-static.sh
Log Message:
Robustify minification
This copies the file unconditionally which fixes a case where some files are "invalid" (fckeditor.js I'm looking at you) and weren't getting touched by the compressor.
This also parallelizes the process so it's about 2x as fast... neat.