betagouv / e-controle

Outil permettant de simplifier la relation entre un organisme de contrôle et des structures contrôlés
MIT License
9 stars 11 forks source link

Link npm files in script tags #542

Closed estellecomment closed 4 years ago

estellecomment commented 4 years ago

Instead of having a separate copy of bootstrap and its dependencies in our static files, reuse the files in node_modules. That way, we can make updates through package.json, like any other files.

(If there are other cleaner ways to copy the node_modules files to static files, I'm happy to know! This looks not too bad. It doesn't create a directory, but I guess that's ok.)