mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed debugger
This commit is contained in:
parent
4d8a158b12
commit
2271427709
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
||||
"--incognito"
|
||||
],
|
||||
"url": "http://localhost:8000/mkdocs-material/",
|
||||
"webRoot": ".",
|
||||
"webRoot": "${workspaceFolder}",
|
||||
"smartStep": true
|
||||
}
|
||||
]
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -243,7 +243,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.bde97ade.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.3fdbbf21.min.js' | url }}"></script>
|
||||
{% for path in config.extra_javascript %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
@ -171,7 +171,7 @@ export function transformScript(
|
||||
write: false,
|
||||
bundle: true,
|
||||
sourcemap: true,
|
||||
sourceRoot: "../../../..",
|
||||
sourceRoot: path.relative(path.dirname(options.from), "."),
|
||||
legalComments: "inline",
|
||||
minify: process.argv.includes("--optimize"),
|
||||
plugins: [
|
||||
|
Loading…
Reference in New Issue
Block a user