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

Autohash image assets in the static build #3

Closed ben-rogerson closed 5 years ago

ben-rogerson commented 5 years ago

Assets you add within the .twig files in the static build mode don't hash like the .js + .css files.

I'll look into adding this functionality.

ben-rogerson commented 5 years ago

they use a querystring hashing technique - I think this works just fine for now.