Skip to content

When generating, copy static files instead of requesting #450

@eyeseast

Description

@eyeseast

I'm currently (as I type this) generating a static site that includes several large video files. There's no reason to send those, or any static files, through the request/response cycle when copying them to a destination directory would have the same effect.

This would probably require subclassing Frozen Flask's builtin freezer, specifically _build_one to decide whether an endpoint needs any actual processing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions