#build-systems

1 post

I Compiled My Whole Blog Into One File at Build Time
Essays 4 min

I Compiled My Whole Blog Into One File at Build Time

There is a 4.8 megabyte TypeScript file in my repository that I did not write. A script writes it, on every build, and I commit the result into git like it was mine. Most build advice would tell me th...