Commit 1e2f6aed authored by minseok.park's avatar minseok.park

fix build

parent 48462b9d
Pipeline #21758 passed with stages
in 4 minutes and 5 seconds
......@@ -77,7 +77,7 @@ module.exports = (src, dest, preview) => () => {
vfs
.src(['css/site.css', 'css/vendor/*.css'], { ...opts, sourcemaps })
.pipe(postcss((file) => ({ plugins: postcssPlugins, options: { file } }))),
vfs.src('font/*.{ttf,oft,woff*(2)}', opts),
vfs.src('font/*.{ttf,otf,woff*(2)}', opts),
vfs.src('img/**/*.{gif,ico,jpg,png,svg}', opts).pipe(
preview
? through()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment