question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not get bootstrap.min.js.map

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ethfuncommented, Jul 1, 2021

This is what part of my mkdocs.yml looks like

theme: readthedocs

plugins:
    - search
    - mermaid2

extra_javascript:
    - https://unpkg.com/mermaid/dist/mermaid.min.js

However, I seem to find a solution by replacing the code blocks:

```mermaid```

into the original <div> blocks:

<div class="mermaid">

</div>

And now the graph works perfect!

Thanks a lot with the help and such an awesome plugin for mkdocs!

Thanks, U R sovled my problem

1reaction
tpchris1commented, Sep 27, 2020

This is what part of my mkdocs.yml looks like

theme: readthedocs

plugins:
    - search
    - mermaid2

extra_javascript:
    - https://unpkg.com/mermaid/dist/mermaid.min.js

However, I seem to find a solution by replacing the code blocks:

```mermaid```

into the original <div> blocks:

<div class="mermaid">

</div>

And now the graph works perfect!

Thanks a lot with the help and such an awesome plugin for mkdocs!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found