Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support asset versioning #32

Merged
merged 8 commits into from
Nov 26, 2024
Merged

Support asset versioning #32

merged 8 commits into from
Nov 26, 2024

Conversation

dmason30
Copy link
Member

@dmason30 dmason30 commented Nov 26, 2024

Fixes #31

    /*
    |--------------------------------------------------------------------------
    | Versioning
    |--------------------------------------------------------------------------
    |
    | Enable versioning of generated assets. This will append a query string
    | to the asset path with a unique value based on the file content. This
    | is done by generating a manifest file that maps the original path to
    | the versioned path.
    |
    | Note: This feature requires the `manifest.json` file to be readable in
    | the public directory.
    |
    */
    'version' => [
        'enabled' => false,

        'manifest' => '/vendor/nova-tools/manifest.json',
    ],

@dmason30 dmason30 merged commit 3d090f0 into main Nov 26, 2024
11 checks passed
@dmason30 dmason30 deleted the manifest branch November 26, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mix version is not applied to CSS and JS assets
1 participant