Answer the question
In order to leave comments, you need to log in
What is wrong with task gulp jade and how to include css content in jade?
Something I again got confused in the galpa%) There is a task.
// jade task
gulp.task('jade', function() {
gulp.src('asset/jade/**/*.jade','!asset/jade/**/_*.jade')
.pipe(plumber())
.pipe(jade({
pretty: '\t'
}))
.pipe(gulp.dest('./'))
});
TypeError: Cannot assign to read only property 'cwd' of !asset/jade/**/_*.jade
include _head.jade
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question