match4everyone / match4everything

Other
7 stars 0 forks source link

Enable favicon template in devMode #208

Closed maltezacharias closed 3 years ago

maltezacharias commented 3 years ago

The favicon template introduced in #204 is only generated in production builds. Running the webpack build process in development mode will not create the needed files. This PR enables building the files in devMode as well.

The cleanUp Process (deletes dist/* on each build) is also modified not to delete the favicon files. This allows for the cache option to work and keeps the build process fast in devMode (except for the first one)

bjrne commented 3 years ago

Thanks, looks good!