whoogle-search/app/static
Ben Busby 68fdd55482
Use cache busting for css/js files
On app init, short hashes are generated from file checksums to use for
cache busting. These hashes are added into the full file name and used
to symlink to the actual file contents. These symlinks are loaded in the
jinja templates for each page, and can tell the browser to load a new
file if the hash changes.

This is only in place for css and js files, but can be extended in the
future for other file types if needed.
2021-06-30 19:00:01 -04:00
..
css Use cache busting for css/js files 2021-06-30 19:00:01 -04:00
img Configure PWA for mobile browsers (#234) 2021-04-05 11:00:56 -04:00
js Focus search input after clearing w/ reset btn 2021-04-22 10:02:15 -04:00
settings Allow theme to mirror user system settings 2021-06-28 10:26:51 -04:00