summaryrefslogtreecommitdiffstats
path: root/lib/parse/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-01 15:00:13 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-01 15:00:13 +0100
commit002d685ebb53b7cdf786191688c4077cd0a6d846 (patch)
treeabe9220702d7fecdd27b7dd80e37eaf02a5b8d1d /lib/parse/index.js
parent1e4632080b64c7f100c3886454fedab70c7d8909 (diff)
downloadgitbook-002d685ebb53b7cdf786191688c4077cd0a6d846.zip
gitbook-002d685ebb53b7cdf786191688c4077cd0a6d846.tar.gz
gitbook-002d685ebb53b7cdf786191688c4077cd0a6d846.tar.bz2
Adapt include in page parsing to works on clientside
Diffstat (limited to 'lib/parse/index.js')
-rw-r--r--lib/parse/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/parse/index.js b/lib/parse/index.js
index c8c15e6..23471af 100644
--- a/lib/parse/index.js
+++ b/lib/parse/index.js
@@ -6,5 +6,6 @@ module.exports = {
lex: require('./lex'),
progress: require('./progress'),
navigation: require('./navigation'),
- readme: require('./readme')
+ readme: require('./readme'),
+ includer: require('./includer')
};