[x] update copy run script to recursively copy the directory to dist/static
[x] refactor favicon to be copied via the static dir
[x] reference favicon from new location in index.html
Note: in further iterations the build step could be improved by https://github.com/react-webpack-generators/react-webpack-template/issues/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).
Originates from: https://github.com/react-webpack-generators/generator-react-webpack/issues/270
src/static
src/static
dist/static
index.html
Note: in further iterations the build step could be improved by https://github.com/react-webpack-generators/react-webpack-template/issues/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).