scrat-swig
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -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.5", | ||
"version": "0.1.6", | ||
"description": "Extensions of swig for scrat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15207