add plugins jade templates in the templateCache

stable
Juanfran 2015-02-05 08:49:06 +01:00
parent 67e54362c7
commit c107d143d9
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ paths.jade = "#{paths.app}/**/*.jade"
paths.htmlPartials = [
"#{paths.tmp}/partials/**/*.html",
"#{paths.tmp}/plugins/**/*.html",
"!#{paths.tmp}/partials/{includes,includes/**}"
]