diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-23 15:05:32 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-23 15:05:32 +0100 |
commit | f052aacee1140f211ebb9454157fa7a3604005cf (patch) | |
tree | f784d8b9fd70bd94b754e13d26e6f6dd548b9908 /test/all.js | |
parent | 13e2ff8035d9a93e4ee8eb79ec71ac92e6f2bf7e (diff) | |
download | gitbook-f052aacee1140f211ebb9454157fa7a3604005cf.zip gitbook-f052aacee1140f211ebb9454157fa7a3604005cf.tar.gz gitbook-f052aacee1140f211ebb9454157fa7a3604005cf.tar.bz2 |
Add .gitbook to locate book inside repository
Diffstat (limited to 'test/all.js')
-rw-r--r-- | test/all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/all.js b/test/all.js index 5a96e38..9c82c91 100644 --- a/test/all.js +++ b/test/all.js @@ -4,6 +4,7 @@ require('./location'); require('./paths'); // Parsing +require('./locate'); require('./config'); require('./readme'); require('./summary'); |