mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
feat(dev): using same style path at production
https://github.com/logseq/logseq-backend/pull/1
This commit is contained in:
@@ -35,7 +35,7 @@ const css = {
|
||||
_optimizeCSSForRelease() {
|
||||
return gulp.src(path.join(outputPath, 'css', 'style.css'))
|
||||
.pipe(cleanCSS())
|
||||
.pipe(gulp.dest(outputPath))
|
||||
.pipe(gulp.dest(path.join(outputPath, 'css')))
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user