From c107d143d9bc88436ec140eb297b9c4fdb7c683f Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 5 Feb 2015 08:49:06 +0100 Subject: [PATCH] add plugins jade templates in the templateCache --- gulpfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.coffee b/gulpfile.coffee index 34be192d..645f18ac 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -44,6 +44,7 @@ paths.jade = "#{paths.app}/**/*.jade" paths.htmlPartials = [ "#{paths.tmp}/partials/**/*.html", + "#{paths.tmp}/plugins/**/*.html", "!#{paths.tmp}/partials/{includes,includes/**}" ]