Can not get bootstrap.min.js.map
See original GitHub issueI tried to use this plugin in my mkdocs project. However, I keep getting this 404 GET /js/bootstrap.min.js.map and I don’t know how to address it. Is there possible solutipn? Thank you!
INFO - Running task: builder (delay: None)
INFO - Building documentation...
[MERMAID] Initialization arguments: {}
[MERMAID] Explicit mermaid javascript library:
https://unpkg.com/mermaid/dist/mermaid.min.js
[MERMAID] Page 'focus': found 1 (using <pre><code='mermaid'> marker)
[I 200927 11:18:26 handlers:95] Reload 1 waiters: D:\tpchris1\programming\ATE\sync\Focus_Docs\mkdocs.yml
INFO - Reload 1 waiters: D:\tpchris1\programming\ATE\sync\Focus_Docs\mkdocs.yml
[W 200927 11:18:26 web:2246] 404 GET /js/bootstrap.min.js.map (127.0.0.1) 4.99ms
WARNING - 404 GET /js/bootstrap.min.js.map (127.0.0.1) 4.99ms
[I 200927 11:18:27 handlers:135] Browser Connected: http://127.0.0.1:8000/
INFO - Browser Connected: http://127.0.0.1:8000/
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Bootstrap trying to load map file. How to disable it? Do I need ...
The main issue is it ignores URL arguments. For example, /r/d?f=bootstrap.min.css currently is setting browsers to load /r/bootstrap.min ...
Read more >Could not load content for bootstrap.min.js.map - Techglimpse
When adding a bootstrap javascript library to my webpages, Chrome warned as DevTools failed to load source map . Below is the complete...
Read more >bootstrap.min.css.map Source Map Error · Issue #117 - GitHub
Hi, I installed this plugin and it seems to be working OK (the theme looks great!), but I noticed on the console that...
Read more >Contents - Bootstrap
This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS...
Read more >bootstrap.css.map file is missing - WordPress.org
Open this page with Google Chrome · Right-click on the page, select “inspect” · Go to the “console” tab · As you can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, U R sovled my problem
This is what part of my
mkdocs.yml
looks likeHowever, I seem to find a solution by replacing the code blocks:
into the original
<div>
blocks:And now the graph works perfect!
Thanks a lot with the help and such an awesome plugin for mkdocs!