move templates folder into transformation folder

This commit is contained in:
Sebastian McKenzie 2014-12-29 01:24:35 +11:00
parent 005f5b2174
commit 13933bc9b8
40 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ exports.parseTemplate = function (loc, code) {
var loadTemplates = function () {
var templates = {};
var templatesLoc = __dirname + "/templates";
var templatesLoc = __dirname + "/transformation/templates";
if (!fs.existsSync(templatesLoc)) {
throw new Error("no templates directory - this is most likely the " +
"result of a broken `npm publish`. Please report to " +