From 6997d2f2a6f01e7d3dee57d8d8cfeca3602301e5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 16 Sep 2014 14:36:13 +0200 Subject: [PATCH] Uncomment gulp-jade-inheritance. --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index 333a1616..f4d6bc96 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -97,7 +97,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"))