Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
gulp.task('jade', function () {
return gulp.src('public/**/*.jade')
.pipe(gulpJade({
jade: jade,
pretty: true
}))
.pipe(gulp.dest('public/'))
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question