From 37d5adf48c9c1b3ee326b631828732927797ca4f Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Mon, 6 Apr 2015 14:41:31 -0400 Subject: Move default template location to templates/ --- app/node_modules/oktemplate/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/node_modules/oktemplate/index.js') 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); -- cgit v1.2.3-70-g09d2