From 5373d6b9c23a47e889b483464b4e52e9407dd794 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 16 Feb 2024 12:16:13 +0100 Subject: [PATCH] [AssetMapper] Minor "update" is somewhat unclear here - might be misunderstood as "refresh in the browser" --- frontend/asset_mapper.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 110a14d69e0..bce49727a5d 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -74,8 +74,8 @@ The path - ``images/duck.png`` - is relative to your mapped directory (``assets/ This is known as the **logical path** to your asset. If you look at the HTML in your page, the URL will be something -like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you update -the file, the version part of the URL will change automatically! +like: ``/assets/images/duck-3c16d9220694c0e56d8648f25e6035e9.png``. If you change +the file, the version part of the URL will also change automatically. Serving Assets in dev vs prod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~