diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-06 14:41:31 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-06 15:27:54 -0400 |
| commit | 37d5adf48c9c1b3ee326b631828732927797ca4f (patch) | |
| tree | 238065e667385df6fe082a7b0730cce3665d104f /app/node_modules/oktemplate/index.js | |
| parent | e3812a56bd699fc9ded7ac66d820c4a4ac845b23 (diff) | |
Move default template location to templates/
Diffstat (limited to 'app/node_modules/oktemplate/index.js')
| -rw-r--r-- | app/node_modules/oktemplate/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/node_modules/oktemplate/index.js b/app/node_modules/oktemplate/index.js index 8a725de..502d2cf 100644 --- a/app/node_modules/oktemplate/index.js +++ b/app/node_modules/oktemplate/index.js @@ -9,7 +9,7 @@ var liquid = new LiquidEngine(); */ function OKTemplateRepo(options) { options = options || {}; - this._root = options.root || 'www'; + this._root = options.root || 'templates'; this._ext = options.ext || '.mustache'; this._cache = {}; this._populateCache(this._cache); |
