From cca3f364b4bdc95f32e79d8259a8d3944b8952ba Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 9 Sep 2014 12:09:15 +0200 Subject: [PATCH] update gulp-jade-inheritance --- gulpfile.coffee | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",