Skip to content

Commit

Permalink
Added same warning in dup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Sep 8, 2023
1 parent e9fdb95 commit f37e1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/components/v2/dup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f37e1e6

Please sign in to comment.