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/**}" ]