add plugins jade templates in the templateCache
parent
67e54362c7
commit
c107d143d9
|
@ -44,6 +44,7 @@ paths.jade = "#{paths.app}/**/*.jade"
|
||||||
|
|
||||||
paths.htmlPartials = [
|
paths.htmlPartials = [
|
||||||
"#{paths.tmp}/partials/**/*.html",
|
"#{paths.tmp}/partials/**/*.html",
|
||||||
|
"#{paths.tmp}/plugins/**/*.html",
|
||||||
"!#{paths.tmp}/partials/{includes,includes/**}"
|
"!#{paths.tmp}/partials/{includes,includes/**}"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue