You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update copy run script to recursively copy the directory to dist/static
refactor favicon to be copied via the static dir
reference favicon from new location in index.html
Note: in further iterations the build step could be improved by #49, which will allow us to build dynamic/configurable paths to the static/asset/... directories (e.g. when users build apps to be hosted on sub-directories, where src="/static/foo.jpg" would fail).
The text was updated successfully, but these errors were encountered:
- add directory `src/static`
- provide README in `src/static`
- update copy run script to recursively copy the directory to
`dist/static`
- refactor favicon to be copied via the static dir
- reference favicon from new location in `index.html`
- add directory `src/static`
- provide README in `src/static`
- update copy run script to recursively copy the directory to
`dist/static`
- refactor favicon to be copied via the static dir
- reference favicon from new location in `index.html`
Closes#54
Originates from: react-webpack-generators/generator-react-webpack#270
src/static
src/static
dist/static
index.html
Note: in further iterations the build step could be improved by #49, which will allow us to build dynamic/configurable paths to the static/asset/... directories (e.g. when users build apps to be hosted on sub-directories, where
src="/static/foo.jpg"
would fail).The text was updated successfully, but these errors were encountered: