From 4629869ecaf1128e2283b10f035ecb2b62546d15 Mon Sep 17 00:00:00 2001 From: Albert Park Date: Tue, 21 Jun 2016 14:40:12 -0700 Subject: [PATCH] fixed template watch task --- gulpfile.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index 35b50d3..93a77ae 100755 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -53,9 +53,6 @@ src = css : main : 'assets/css/' + dist.name + '.css' vendor : [] - templates: - main : ['**.hbs' - 'partials/**/**.hbs'] banner = [ "/**" " * <%= pkg.name %> - <%= pkg.description %>"