We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b37db5 commit 071bce7Copy full SHA for 071bce7
Gruntfile.js
@@ -8,7 +8,7 @@ module.exports = function (grunt) {
8
grunt.initConfig({
9
'gitbook': {
10
development: {
11
- dest: path.join(__dirname, ".grunt/gitbook"),
+ output: path.join(__dirname, ".grunt/gitbook"),
12
input: "./",
13
title: "Learn Javascript",
14
description: "Interactive online course for learning Javascript.",
package.json
@@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
- "grunt-gitbook": "0.1.1",
+ "grunt-gitbook": "0.1.2",
15
"grunt-gh-pages": "0.9.1",
16
"grunt-contrib-clean": "~0.5.0"
17
},
0 commit comments