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 499d79a commit 8cb6d88Copy full SHA for 8cb6d88
Gruntfile.js
@@ -8,16 +8,13 @@ module.exports = function (grunt) {
8
grunt.initConfig({
9
'gitbook': {
10
development: {
11
- output: path.join(__dirname, ".grunt/gitbook"),
12
input: "./",
13
- title: "Learn Javascript",
14
- description: "Interactive online course for learning Javascript.",
15
github: "GitbookIO/javascript"
16
}
17
},
18
'gh-pages': {
19
options: {
20
- base: '.grunt/gitbook'
+ base: '_book'
21
22
src: ['**']
23
package.json
@@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
- "grunt-gitbook": "0.1.2",
+ "grunt-gitbook": "0.2.0",
"grunt-gh-pages": "0.9.1",
"grunt-contrib-clean": "~0.5.0"
0 commit comments