templates
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -37,3 +37,3 @@ var fs, jade, path, production; | ||
compileDebug: !production, | ||
filename: filename | ||
filename: path.join(dir, filename) | ||
}; | ||
@@ -40,0 +40,0 @@ return templates[key] = jade.compile(template, opts).toString(); |
@@ -5,3 +5,3 @@ { | ||
"description": "Templates is a template prepackager for Express", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "" |
Sorry, the diff of this file is not supported yet
9881