Skip to content

Commit 138c484

Browse files
committed
actually, swap the css task too
1 parent 4e974f6 commit 138c484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gulp.task('less-prod', function() {
2121
.pipe(less())
2222
.pipe(rename('angular-toastr.css'))
2323
.pipe(gulp.dest('dist'))
24-
.pipe(minifyCss())
24+
.pipe(cssnano())
2525
.pipe(rename('angular-toastr.min.css'))
2626
.pipe(gulp.dest('dist'));
2727
});

0 commit comments

Comments
 (0)