assetcache: include js/vendor dir.

pull/2/head
Snakes 2022-11-21 19:02:39 -05:00
parent bef9ae8d0c
commit b8a3c8ea96
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import gevent
import gevent_inotifyx as inotify
ASSET_DIR = 'files/assets'
ASSET_SUBDIRS = ['/css', '/js']
ASSET_SUBDIRS = ['/css', '/js', '/js/vendor']
ASSET_URL = '/assets/'
ASSET_CACHE = defaultdict(lambda: None)