NPM package “bootstrap-icons” has both .woff and .css files. .woff files must go in static/, and .css files must go in assets/ (for fingerprinting). This means I can’t npm install into one place; I have to manually copy the files into the right places, probably with some custom script.
Is there a better way to handle this? How do people normally handle NPM packages like this? I’d really like to be able to npm install and not think about it.