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

Add asset-versioning #2

Closed
tmartin8080 opened this issue Feb 16, 2020 · 1 comment
Closed

Add asset-versioning #2

tmartin8080 opened this issue Feb 16, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tmartin8080
Copy link
Collaborator

Asset Versioning:

One common challenge with single-page apps is refreshing site assets when they've been changed. Inertia makes this easy by optionally tracking the current version of your site assets. In the event that an asset changes, Inertia will automatically make a hard page visit instead of a normal ajax visit on the next request.

https://inertiajs.com/asset-versioning

@tmartin8080 tmartin8080 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 16, 2020
@tmartin8080 tmartin8080 self-assigned this Feb 17, 2020
@tmartin8080
Copy link
Collaborator Author

This was added in 0.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Development

No branches or pull requests

1 participant