update gulp-jade-inheritance
parent
da03955ab5
commit
cca3f364b4
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue