ben-rogerson / agency-webpack-mix-config

👨‍💻 A capable website/webapp boilerplate ready for the web agency battlefield. Creates a static site with Twig templating by default. Supports Craft/Wordpress/Laravel after a few adjustments.
103 stars 12 forks source link

Fonts not available in dev #6

Closed simple-nicholas closed 5 years ago

simple-nicholas commented 5 years ago

When running the development server, fonts in the source folder aren't available to the site (ie https://localhost:8080/webpack-dev-server doesn't show them).

They get copied to the dist folder fine though.

ben-rogerson commented 5 years ago

When running npm run dev the fonts folder gets copied across and the files are available. I suspect there was an issue with something else that prevented the initial build.