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

Fixed Errors in the Console issue #239 #287

Merged
merged 2 commits into from
Apr 3, 2021
Merged

Fixed Errors in the Console issue #239 #287

merged 2 commits into from
Apr 3, 2021

Conversation

Nirzak
Copy link
Contributor

@Nirzak Nirzak commented Apr 3, 2021

Fixes: #239

Issue

Some minor error messages were showing on the console like "DevTools failed to load SourceMap: Could not load content for /js/popper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE". This error occurred because of a unused line //# sourceMappingURL=bootstrap.min.js.map on the 4 js and 1 css files "popper.min.js", "bootstrap.min.js" index.min.js", "bootstrap.min.css".

Description

Just deleted this line from those 3 js and 1 CSS file.

Test Evidence

Now the console is completely clean without any errors.
Screenshot (3324)

Copy link
Member

@hossainemruz hossainemruz left a comment

Choose a reason for hiding this comment

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

Thank you @Nirzak .

@hossainemruz hossainemruz merged commit 60d2b21 into hugo-toha:main Apr 3, 2021
@Nirzak Nirzak deleted the console-fix branch April 3, 2021 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors in the Console
2 participants