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
line 29
.pipe(gulp.gest('app/css'))
.pipe(browserSync.stream())
Buddy, based on your screen, you can try to do the following:
var connect = require('gulp-connect'),
jade = require('gulp-jade');
gulp.task('templates', function () {
gulp.src('jade/pages/*.jade')
.pipe(jade({
locals: '',
pretty : true
}))
.pipe(gulp.dest('app'))
.pipe(connect.reload());
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question