Comment problematic gulp/jade plugin on gulpfile.

stable
Andrey Antukh 2014-09-04 15:34:26 +02:00
parent 65e7a451e2
commit cd04bfb7e8
1 changed files with 1 additions and 1 deletions

View File

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