summaryrefslogtreecommitdiffstats
path: root/bin/gitbook.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-xbin/gitbook.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js
index 88083b9..1fd8797 100755
--- a/bin/gitbook.js
+++ b/bin/gitbook.js
@@ -26,6 +26,7 @@ build.command(prog.command('serve [source_dir]'))
.description('Build then serve a gitbook from a directory')
.option('-p, --port <port>', 'Port for server to listen on', 4000)
.option('--no-watch', 'Disable restart with file watching')
+.option('--no-cache', 'Disable cache manifest generation')
.action(function(dir, options) {
var server = new Server();