diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-01-29 12:21:57 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-01-29 12:21:57 +0100 |
commit | f32d03eb88d66b37874c461c6327b4576327b4db (patch) | |
tree | 98f3b91bb216731e2cb4f583f9f6d38d126377b2 /lib/templating/index.js | |
parent | e83d63c2aa5e30c26ada888990b263e6b786d3f6 (diff) | |
download | gitbook-f32d03eb88d66b37874c461c6327b4576327b4db.zip gitbook-f32d03eb88d66b37874c461c6327b4576327b4db.tar.gz gitbook-f32d03eb88d66b37874c461c6327b4576327b4db.tar.bz2 |
Add base for loading plugins
Diffstat (limited to 'lib/templating/index.js')
-rw-r--r-- | lib/templating/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/templating/index.js b/lib/templating/index.js index 1031bdb..3a0fc16 100644 --- a/lib/templating/index.js +++ b/lib/templating/index.js @@ -4,7 +4,6 @@ function TemplatingEngine(book) { this.book = book; this.log = book.log; - this.nunjucks = new nunjucks.Environment( this.loader, { |