Skip to content

Commit

Permalink
Revert "added gitbooks build process"
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Sep 14, 2016
1 parent be2fbe9 commit 60d895d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
6 changes: 0 additions & 6 deletions book.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/SUMMARY.md

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -7,8 +7,6 @@
"url": "https://github.com/IIIF/mirador"
},
"devDependencies": {
"gitbook-cli": "2.3.0",
"gitbook-plugin-search": "2.2.1",
"grunt": ">=0.4.5 <1.0.0",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
Expand Down Expand Up @@ -44,10 +42,7 @@
"start": "bower install && grunt",
"test": "./node_modules/grunt-cli/bin/grunt cover jshint coveralls --verbose --full",
"travis": "./node_modules/grunt-cli/bin/grunt ci --verbose --force",
"postinstall": "./node_modules/grunt-cli/bin/grunt githooks",
"docs:prepare": "gitbook install",
"docs:watch": "npm run docs:prepare && gitbook serve",
"docs:build": "npm run docs:prepare && rm -rf _book && gitbook build"
"postinstall": "./node_modules/grunt-cli/bin/grunt githooks"
},
"dependencies": {}
}

0 comments on commit 60d895d

Please sign in to comment.