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"))