Answer the question
In order to leave comments, you need to log in
Why is gulp-stylus not working?
task
gulp.task('cssstyl', function () {
gulp.src('./css/style.styl')
.pipe(stylus())
.pipe(gulp.dest('./css'));
});
gulp.task('watch', function () {
gulp.watch('css/style.сыы',['cssstyl']);
gulp.watch('css/**/*.css',['concatCss']);
gulp.watch('dist/all.css',['cssmin']);
gulp.watch('js/*.js',['js']);
gulp.watch('dist/*.js',['compress']);
});
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