From cd04bfb7e8ca48ef217bc69ee5b55893789542dd Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 4 Sep 2014 15:34:26 +0200 Subject: [PATCH] Comment problematic gulp/jade plugin on gulpfile. --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index 5f510020..b4e791ba 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -96,7 +96,7 @@ gulp.task "jade_watch", -> gulp.src(paths.jade) .pipe(plumber()) .pipe(cache("jade")) - .pipe(jadeInheritance({basedir: './app/'})) + # .pipe(jadeInheritance({basedir: './app/'})) .pipe(jade({pretty: true})) .pipe(gulp.dest("#{paths.dist}/partials"))