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