lnbits-legend/lnbits/core
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
..
templates [FEAT] add cache busting via static_url_for and settings.cache_version (#1964) 2023-10-27 13:50:49 +02:00
views [FEAT] add cache busting via static_url_for and settings.cache_version (#1964) 2023-10-27 13:50:49 +02:00
__init__.py [FEAT] Node Managment (#1895) 2023-09-25 15:04:44 +02:00
crud.py [FEAT] add extension functionality to lnbits-cli (#1963) 2023-10-25 14:03:00 +02:00
db.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
helpers.py fix: explicitly specify the DB name when migrating (#2039) 2023-10-17 10:56:38 +02:00
migrations.py [FEAT] Push notification integration into core (#1393) 2023-09-11 14:48:49 +01:00
models.py [FEAT] add extension functionality to lnbits-cli (#1963) 2023-10-25 14:03:00 +02:00
services.py Refactor: Calculate invoice expiry outside of the crud (#1849) 2023-10-10 12:03:24 +02:00
tasks.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00