Commit 56ae6d7e authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction de l'appel de pandoc pour Windows.

parent c8e60ec9
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -72,7 +72,7 @@ module.exports = grunt => {
"--variable=theme:irstea",
"--variable=history:true",
env === "dev" &&
`--variable=header-includes='<script src="//${PUBLIC_HOST}:${LIVERELOAD_PORT}/livereload.js"></script>'`
`--variable=header-includes:"<script src='//${PUBLIC_HOST}:${LIVERELOAD_PORT}/livereload.js'></script>"`
]
.filter(v => !!v)
.join(" "),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment