From b98e4937f328053870fdcebdbc2b77752aca283d Mon Sep 17 00:00:00 2001 From: Alan Rosenthal <1288897+AlanRosenthal@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:48:53 +0000 Subject: [PATCH] Add tip about disabling caching to web's readme --- web/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index a8cc89c..a24aef2 100644 --- a/web/README.md +++ b/web/README.md @@ -45,4 +45,6 @@ Example: NOTE: to get a local build of the Bumble package, use `inv build`, the built `.whl` file can be found in the `dist` directory. -Make a copy of the built `.whl` file in the `web` directory. \ No newline at end of file +Make a copy of the built `.whl` file in the `web` directory. + +Tip: During web developement, disable caching. [Chrome](https://stackoverflow.com/a/7000899]) / [Firefiox](https://stackoverflow.com/a/289771) \ No newline at end of file