Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 1686cc7

Browse files
committed
🐛 Fix critical task
Closes #57
1 parent e577c49 commit 1686cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ gulp.task('uncss', () => {
244244

245245
gulp.task('critical', () => {
246246
return gulp.src(routes.files.htmlFiles)
247-
.pipe(critical({
247+
.pipe(critical.stream({
248248
base: baseDirs.dist,
249249
inline: true,
250250
minify: true,

0 commit comments

Comments
 (0)