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

Utilise grunt-cli.

parent a5462b3c
No related merge requests found
Showing with 1371 additions and 12 deletions
+1371 -12
const loadGruntTasks = require("load-grunt-tasks");
const { sep } = require("path");
module.exports = grunt => {
const BUILD_DIR = "build/";
......@@ -47,7 +46,7 @@ module.exports = grunt => {
}
},
buildRevealJs: {
command: `sh node_modules${sep}.bin${sep}grunt css jshint`,
command: "grunt css jshint",
options: {
cwd: BUILD_DIR
}
......
This diff is collapsed.
......@@ -17,6 +17,7 @@
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
......
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