lnbits-legend/lnbits/core/views
dni ⚡ 4d1c4f6348
[FEAT] add cache busting via static_url_for and settings.cache_version (#1964)
closes #1954
this PR add cache busting to `/static`
additionally i combined `lnbits/core/static` with `lnbits/static`, it was not necessary and added a lot of duplicate code for cache busting. now you have to include all static files inside the html files with `{{ static_url_for("static", "app.css" ) }}`

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
2023-10-27 13:50:49 +02:00
..
__init__.py refactor: breaking bad 2020-03-08 23:00:41 +01:00
admin_api.py [FEAT] Node Managment (#1895) 2023-09-25 15:04:44 +02:00
api.py add possibility to turn off new registrations (#2017) 2023-10-11 13:46:27 +02:00
generic.py [FEAT] add cache busting via static_url_for and settings.cache_version (#1964) 2023-10-27 13:50:49 +02:00
node_api.py [FEAT] Node Managment (#1895) 2023-09-25 15:04:44 +02:00
public_api.py adding bolt11 lib and removing bolt11.py from the codebase (#1817) 2023-09-25 12:06:54 +02:00