diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-25 10:32:44 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-25 10:32:44 +0200 |
commit | 4646ed8f4af184a33280d8fe1f978c7da5404725 (patch) | |
tree | b8c3102e539e4ff72a10536dd626c94ac5501b0c /book.js | |
parent | 3f5c8acb3cdbf71c429ad331d23698cc53358746 (diff) | |
download | gitbook-4646ed8f4af184a33280d8fe1f978c7da5404725.zip gitbook-4646ed8f4af184a33280d8fe1f978c7da5404725.tar.gz gitbook-4646ed8f4af184a33280d8fe1f978c7da5404725.tar.bz2 |
Fix plugins loading
Diffstat (limited to 'book.js')
-rw-r--r-- | book.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ module.exports = { gitbook: '>=3.0.0-pre.0', // Use the "official" theme - plugins: ['theme-official', 'sitemap'], + //plugins: ['theme-official', 'sitemap'], variables: { version: pkg.version |