Skip to content

Commit

Permalink
remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Jul 9, 2023
1 parent cd3180a commit 0a9c9e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ const common = {
() => gulp.src([
'node_modules/@tabler/icons/iconfont/fonts/**',
'node_modules/katex/dist/fonts/*.woff2'
])
.pipe(gulp.dest(path.join(outputPath, 'css', 'fonts'))),
]).pipe(gulp.dest(path.join(outputPath, 'css', 'fonts'))),
)(...params)
},

Expand Down

0 comments on commit 0a9c9e0

Please sign in to comment.