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, 0 insertions, 1 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js
index 18c5c75..7a49cde 100755
--- a/bin/gitbook.js
+++ b/bin/gitbook.js
@@ -46,7 +46,6 @@ build.command(prog.command('serve [source_dir]'))
server.stop()
.then(function() {
return build.folder(dir, _.extend(options || {}, {
- cache: false,
defaultsPlugins: ["livereload"]
}));
})