3 Commits

Author SHA1 Message Date
Łukasz Mierzwa
75dd911842 fix(backend): don't set cache headers for 404s
Right now all requests for /static/ will have huge expires header, even if it's a 404. Only set headers if previous middleware did abort the request, meaning it found the file in static assets
2019-04-09 15:12:52 +01:00
Łukasz Mierzwa
7c8b9b3dfe fix(backend): return 404 if custom asset files are missing 2018-12-27 16:07:54 +01:00
Łukasz Mierzwa
8d0b8037c6 feat(project): add support for loading extra css/js files 2018-10-30 20:56:44 +00:00