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

Use fingerprint prepend when appropriate - WIP #152

Closed
wants to merge 5 commits into from
Closed

Conversation

eshtadc
Copy link
Contributor

@eshtadc eshtadc commented May 3, 2019

Fixes #148

This is a work in progress to address fingerprinted assets.
Tests are still needed, etc.

@@ -72,7 +72,7 @@ module.exports = {
minifyJS: this.app.options.minifyJS,
fingerprint: this.app.options.fingerprint.enabled,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure but I think this might throw an error if the fingerprint option is not defined in the application?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is defaulted in the included hook.

@eshtadc eshtadc closed this Jan 17, 2020
@eshtadc eshtadc reopened this Jan 17, 2020
@eshtadc
Copy link
Contributor Author

eshtadc commented Jan 4, 2022

Closing as out of date.

@eshtadc eshtadc closed this Jan 4, 2022
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.

sw-registration.js is fingerprinted incorrectly when rootURL is set.
2 participants