From f37e1e6e3bc1d6df56a6deb9334709187478ea51 Mon Sep 17 00:00:00 2001 From: Hannah Purcell Date: Fri, 8 Sep 2023 15:11:56 -0400 Subject: [PATCH] Added same warning in dup readme --- assets/src/components/v2/dup/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/src/components/v2/dup/README.md b/assets/src/components/v2/dup/README.md index de7ec4413..569542581 100644 --- a/assets/src/components/v2/dup/README.md +++ b/assets/src/components/v2/dup/README.md @@ -31,6 +31,7 @@ - Set the version string in assets/src/components/v2/dup/version.tsx to `current_year.current_month.current_day.1`. - In assets/webpack.config.js, change `publicPath` in the font config to have value `'fonts/'`. +- If you've renamed / removed image assets, you might want to delete the corresponding folder in `/priv/static`. The folder accumulates assets without clearing old ones out, and these will be included in the built bundle! - **Only if you are packaging for local testing** - add the following to the top of assets/src/apps/v2/dup.tsx, filling in the string values: ```ts