Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 266f7ca

Browse files
committed
Add infos about debugging
1 parent d6eb8e4 commit 266f7ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,12 @@ Plugins can used to extend your book's functionality. Read [GitbookIO/plugin](ht
253253
* [Markdown within HTML](https://github.com/mrpotes/gitbook-plugin-nestedmd): Process markdown within HTML blocks - allows custom layout options for individual pages
254254
* [Bootstrap JavaScript plugins](https://github.com/mrpotes/gitbook-plugin-bootstrapjs): Use the [Bootstrap JavaScript plugins](http://getbootstrap.com/javascript) in your online GitBook
255255
* [Piwik Open Analytics](https://github.com/emmanuel-keller/gitbook-plugin-piwik): Piwik Open Analytics tracking for your book
256+
257+
#### Debugging
258+
259+
You can use the environment variable `DEBUG=true` to get better error messages (with stack trace). For example:
260+
261+
```
262+
$ export DEBUG=true
263+
$ gitbook build ./
264+
```

0 commit comments

Comments
 (0)