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

Fix the SPARQL page #251

Merged
merged 1 commit into from
Feb 1, 2022
Merged

Fix the SPARQL page #251

merged 1 commit into from
Feb 1, 2022

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Feb 1, 2022

The page shows a white screen due to missing assets. This is caused by the ember-auto-import 2.4.0 release which outputs css files instead of js with bundled css. The problem is that these css files are fingerprinted by default, which means the filename doesn't match the importmap value.

This adds configuration to make sure the chunked css files aren't fingerprinted.

More information: https://github.com/ef4/ember-auto-import/pull/496/files

The page shows a white screen due to missing assets. This is caused by the ember-auto-import 2.4.0 release which outputs css files instead of js with bundled css. The problem is that these css files are fingerprinted by default, which means the filename doesn't match the importmap value.

This adds configuration to make sure the chunked css files aren't fingerprinted.

More information: https://github.com/ef4/ember-auto-import/pull/496/files
@nbittich nbittich added the bug Something isn't working label Feb 1, 2022
@nbittich nbittich merged commit 12dae77 into development Feb 1, 2022
@nbittich nbittich deleted the fix/sparql-page branch February 1, 2022 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants