Skip to content

Commit 8cb6d88

Browse files
committed
Update to gitbook 0.2.0
1 parent 499d79a commit 8cb6d88

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Gruntfile.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ module.exports = function (grunt) {
88
grunt.initConfig({
99
'gitbook': {
1010
development: {
11-
output: path.join(__dirname, ".grunt/gitbook"),
1211
input: "./",
13-
title: "Learn Javascript",
14-
description: "Interactive online course for learning Javascript.",
1512
github: "GitbookIO/javascript"
1613
}
1714
},
1815
'gh-pages': {
1916
options: {
20-
base: '.grunt/gitbook'
17+
base: '_book'
2118
},
2219
src: ['**']
2320
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {},
1212
"devDependencies": {
1313
"grunt": "~0.4.1",
14-
"grunt-gitbook": "0.1.2",
14+
"grunt-gitbook": "0.2.0",
1515
"grunt-gh-pages": "0.9.1",
1616
"grunt-contrib-clean": "~0.5.0"
1717
},

0 commit comments

Comments
 (0)