diff --git a/gulpfile.coffee b/gulpfile.coffee index b716290d..8b20a89b 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")) diff --git a/package.json b/package.json index 3d8c75eb..7f102c6c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gulp-if": "0.0.5", "gulp-imagemin": "^0.5.0", "gulp-jade": "^0.5.0", - "gulp-jade-inheritance": "0.0.2", + "gulp-jade-inheritance": "0.0.3", "gulp-minify-css": "^0.3.1", "gulp-minify-html": "^0.1.3", "gulp-newer": "^0.3.0",