TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.18k stars 362 forks source link

Implement cache busting includes terria-js assets #5583

Open wibily opened 3 years ago

wibily commented 3 years ago

We currently do not hash the assets built by webpack. This may lead to serving up of old assets after a new release.

e.g. Ana Belgun 11:47 AM when I click on Buildings group it doesn't expand 11:47 I'll clear cache and try again 11:48 that did the trick :slightly_smiling_face: 11:48

start with bundle first, then create ticket for terriajs assets if its hard

wibily commented 3 years ago

requires changing webpack config to add [hash] parameters to outputs