Minification is a curse. Now hear me out… I’ve wasted so much engineering time trying to figure out why various build scripts fail in docker only to find there’s a tool = $(which tool) 2>/dev/null in there eating the real error. Which is missing because someone wanted to save a 100k by not installing it the docker image base image.
Minification is a curse. Now hear me out… I’ve wasted so much engineering time trying to figure out why various build scripts fail in docker only to find there’s a
tool = $(which tool) 2>/dev/null
in there eating the real error. Which is missing because someone wanted to save a 100k by not installing it the docker image base image.