Comparing version 0.1.0-beta-40 to 0.1.0-beta-41
@@ -92,3 +92,3 @@ "use strict"; | ||
if (this.config.cache) { | ||
this.preloadTemplates(di.getAlias('appPath')); | ||
this.paths.forEach(this.preloadTemplates.bind(this)); | ||
} | ||
@@ -95,0 +95,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Powerful lightweight mvc framework for nodejs", | ||
"version": "0.1.0-beta-40", | ||
"version": "0.1.0-beta-41", | ||
"dependencies" : { | ||
@@ -8,0 +8,0 @@ "mongoose": "3.8.x", |
127705