scrat-swig
Advanced tools
Comparing version 0.1.4 to 0.1.5-1
@@ -163,3 +163,3 @@ 'use strict' | ||
} | ||
} else if(file.indexOf(prefix + '/') !== 0) { | ||
} else if(!/^(views|components)\\/.test(file)) { | ||
id = prefix + '/' + id | ||
@@ -166,0 +166,0 @@ } |
{ | ||
"name": "scrat-swig", | ||
"version": "0.1.4", | ||
"version": "0.1.5-1", | ||
"description": "Extensions of swig for scrat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ var ignore = 'ignore', | ||
'_output += _ctx._res.include(' + file + ', {' + | ||
'resolveFrom: "' + parentFile + '"' + | ||
// 'resolveFrom: "' + parentFile + '"' + | ||
'}, ' + | ||
@@ -19,0 +19,0 @@ ((onlyCtx && w) ? w : (!w ? '_ctx' : '_utils.extend({}, _ctx, ' + w + ')')) + |
15209