update gulp-jade-inheritance

stable
Juanfran 2014-09-09 12:09:15 +02:00
parent da03955ab5
commit cca3f364b4
2 changed files with 2 additions and 2 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"))

View File

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