add /themes to cachebusting system

pull/83/head
Aevann1 2022-12-19 21:45:21 +02:00
parent bb58181d95
commit e325e537af
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ASSET_URL = '/assets/'
ASSET_CACHE = defaultdict(lambda: None)
if HOLIDAY_EVENT:
ASSET_SUBDIRS.extend(['/event/css', '/event/js'])
ASSET_SUBDIRS.extend(['/event/css', '/event/css/themes', '/event/js'])
def assetcache_build(asset_dir, subdirs):
for subdir in subdirs: