From bdd4ee5bfb3a00a3695206c5d632a42a47eae819 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Fri, 4 Feb 2022 16:01:01 +0100 Subject: [PATCH] Updated COMPILE-UI.md --- COMPILE-UI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE-UI.md b/COMPILE-UI.md index 9abb0b9..0f0fa1b 100644 --- a/COMPILE-UI.md +++ b/COMPILE-UI.md @@ -68,7 +68,7 @@ Note that in development mode 1 more file (`bundle.js.map`) will be created in t ### Editing files -You can edit `.scss` and `.js` files and simply refresh the page to see your new and surely awesome code directly in the app 😉 +You can edit `.scss` and `.js` files and simply refresh the page to see your new code directly in the app. However, if you need to edit the `public/index.html` file you'll have to kill the terminal and re-run `npm run dev` to see your edits.