diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:51:35 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-21 19:51:35 +0100 |
commit | 3d8db17bc35d22ae514805ded1a4dd12ae968b60 (patch) | |
tree | b35bdd95dc73824e00838d64aaea8c96cafbd2b4 /lib/configuration.js | |
parent | 3c605ea8099bcba58d8eeb0435d87c563d434e46 (diff) | |
download | gitbook-3d8db17bc35d22ae514805ded1a4dd12ae968b60.zip gitbook-3d8db17bc35d22ae514805ded1a4dd12ae968b60.tar.gz gitbook-3d8db17bc35d22ae514805ded1a4dd12ae968b60.tar.bz2 |
Copy theme assets to output
Diffstat (limited to 'lib/configuration.js')
-rw-r--r-- | lib/configuration.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configuration.js b/lib/configuration.js index b69cff3..708797d 100644 --- a/lib/configuration.js +++ b/lib/configuration.js @@ -176,7 +176,7 @@ Configuration.DEFAULT = { // Set another theme with your own layout // It's recommended to use plugins or add more options for default theme, though // See https://github.com/GitbookIO/gitbook/issues/209 - "theme": path.resolve(__dirname, '../../theme'), + "theme": path.resolve(__dirname, '../theme'), // Links in template (null: default, false: remove, string: new value) "links": { |