Skip to content

Commit b06725d

Browse files
committed
fix indentation
1 parent 324023c commit b06725d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gulp.d/tasks/build.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ module.exports = (src, dest, preview) => () => {
9999
.pipe(postcss((file) => ({ plugins: postcssPlugins, options: { file } }))),
100100
vfs.src('font/*.{ttf,woff*(2)}', opts),
101101
vfs.src('img/**/*.{gif,ico,jpg,png,svg}', opts).pipe(
102-
imagemin(
103-
[
104-
imagemin.gifsicle(),
105-
imagemin.jpegtran(),
106-
imagemin.optipng(),
107-
imagemin.svgo({
108-
plugins: [
109-
{ removeViewBox: false },
110-
],
111-
}),
102+
imagemin(
103+
[
104+
imagemin.gifsicle(),
105+
imagemin.jpegtran(),
106+
imagemin.optipng(),
107+
imagemin.svgo({
108+
plugins: [
109+
{ removeViewBox: false },
110+
],
111+
}),
112112
])
113113
),
114114
vfs.src('helpers/*.js', opts),

0 commit comments

Comments
 (0)