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 4d89893 commit 27871e0Copy full SHA for 27871e0
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: "How to Make a Computer Operating System in C++",
14
description: "Online book about how to write a computer operating system in C/C++ from scratch",
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