Skip to content

Move all css files under /static #3706

@Nutomic

Description

@Nutomic

Some css files are loaded like /static/5b6438cf/styles/styles.css but others as /css/themes/browser.css. These should all be moved under /static with the hash, so they can be served as immutable.

This will let us simplify the cache-control logic:

req.path.match(/\.(js|css|txt|manifest\.webmanifest)\/?$/) ||

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions