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

Change la commande utilisée pour cconstuire reveal.js.

parent 0bfc49ab
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
const loadGruntTasks = require("load-grunt-tasks"); const loadGruntTasks = require("load-grunt-tasks");
const { sep } = require("path");
module.exports = grunt => { module.exports = grunt => {
const BUILD_DIR = "build/"; const BUILD_DIR = "build/";
...@@ -46,7 +47,7 @@ module.exports = grunt => { ...@@ -46,7 +47,7 @@ module.exports = grunt => {
} }
}, },
buildRevealJs: { buildRevealJs: {
command: "node_modules/.bin/grunt css jshint", command: `sh node_modules${sep}.bin${sep}grunt css jshint`,
options: { options: {
cwd: BUILD_DIR cwd: BUILD_DIR
} }
......
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