From 56ae6d7e93008564f4c38a2d2c4aa8fdc7afc580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Sun, 20 Oct 2019 00:40:58 +0200 Subject: [PATCH] Correction de l'appel de pandoc pour Windows. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 911ebc3..de6f3c9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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(" "), -- GitLab