Uncomment gulp-jade-inheritance.

stable
Andrey Antukh 2014-09-16 14:36:13 +02:00
parent 7cc25a3de6
commit 6997d2f2a6
1 changed files with 1 additions and 1 deletions

View File

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