Skip to content

Feature suggestion for full static manifest output #471

@ryanbethel

Description

@ryanbethel

I suggest adding an option to arc.static to output the full manifest of fingerprinted files rather than just a single one. I am building an app that creates a service worker to precache static assets. I would like to programmatically generate the list of assets to precache with fingerprinting enabled. I can do this now by reading the static.json file from shared, but this feels like it depends on internal implementation details of the fingerprinting. If we added an option the the arc.static function to output the full object it could.

I would be happy to write a PR to do this if wanted. The API could be something like arc.static('',{fullManifest:true}) and it would return the full manifest object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions