move templates folder into transformation folder
This commit is contained in:
parent
005f5b2174
commit
13933bc9b8
@ -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 " +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user