File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = function (grunt) {
9
9
grunt . initConfig ( {
10
10
'gitbook' : {
11
11
development : {
12
- output : path . join ( __dirname , ".grunt/gitbook" ) ,
13
12
input : "./" ,
14
13
title : "Learn Git" ,
15
14
description : "The entire Pro Git book." ,
@@ -18,17 +17,17 @@ module.exports = function (grunt) {
18
17
} ,
19
18
'gh-pages' : {
20
19
options : {
21
- base : '.grunt/gitbook '
20
+ base : '_book '
22
21
} ,
23
22
src : [ '**' ]
24
23
} ,
25
24
'clean' : {
26
- files : '.grunt '
25
+ files : '_book '
27
26
} ,
28
27
'http-server' : {
29
28
'dev' : {
30
29
// the server root directory
31
- root : '.grunt/gitbook ' ,
30
+ root : '_book ' ,
32
31
33
32
port : 4000 ,
34
33
host : "127.0.0.1" ,
Original file line number Diff line number Diff line change 11
11
"dependencies" : {},
12
12
"devDependencies" : {
13
13
"grunt" : " ~0.4.1" ,
14
- "grunt-gitbook" : " 0.1.2 " ,
14
+ "grunt-gitbook" : " 0.2.0 " ,
15
15
"grunt-gh-pages" : " 0.9.1" ,
16
16
"grunt-contrib-clean" : " ~0.5.0" ,
17
17
"grunt-http-server" : " 0.0.4"
You can’t perform that action at this time.
0 commit comments