From 0850dd1e02077b08ade4c1d5552f986cd6bda332 Mon Sep 17 00:00:00 2001 From: Nicolas Giard <github@ngpixel.com> Date: Wed, 28 Jun 2023 18:56:13 -0400 Subject: [PATCH] docs: clarify parcel instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e4df7f9..25af704be 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,10 @@ This will create packages under `ietf/static/dist-neue`, which are then served b #### Parcel *(Legacy/jQuery)* -The Datatracker includes these packages from the various Javascript and CSS files in `ietf/static/js` and `ietf/static/css`, respectively. +The Datatracker includes these packages from the various Javascript and CSS files in `ietf/static/js` and `ietf/static/css` respectively, bundled using Parcel. Static images are likewise in `ietf/static/images`. -Whenever changes are made to the files under `ietf/static`, you must re-run `parcel` to package them: +Whenever changes are made to the files under `ietf/static`, you must re-run the build command to package them: ``` shell yarn legacy:build