From 3e63768fc0343cc28b68c181c1db751907a2d27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 15 Jan 2024 14:58:43 +0100 Subject: [PATCH] docs: clarify how to use JS libs --- docs/dev/dependencies.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dev/dependencies.md b/docs/dev/dependencies.md index ec3aa1d2..e5b5f51d 100644 --- a/docs/dev/dependencies.md +++ b/docs/dev/dependencies.md @@ -18,5 +18,6 @@ The installed libs needs to be: - Added to the `package.json` - Added in the `scripts/vendorsjs.sh` script -- Loaded in the HTML templates. +- Made available with `make vendors` +- Added in the HTML templates (if you need them)