diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-08 18:35:43 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:45 -0700 |
commit | d914eae40a9730d76295750ac47ebed9fe4f7146 (patch) | |
tree | ca85886ff5fc64968a8abfe55aa86174a0574310 /bin/gitbook.js | |
parent | 74f95f4d0d404e6df533d056a5acab60623407c8 (diff) | |
download | gitbook-d914eae40a9730d76295750ac47ebed9fe4f7146.zip gitbook-d914eae40a9730d76295750ac47ebed9fe4f7146.tar.gz gitbook-d914eae40a9730d76295750ac47ebed9fe4f7146.tar.bz2 |
Remove html5 cache manifest
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 1 |
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"] })); }) |