mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 08:50:06 +09:00
Fix bug
This commit is contained in:
@ -148,10 +148,9 @@ gulp.task('build:client:pug', [
|
|||||||
'build:client:script',
|
'build:client:script',
|
||||||
'build:client:styles'
|
'build:client:styles'
|
||||||
], () =>
|
], () =>
|
||||||
gulp.src('./src/web/app/*/view.pug')
|
gulp.src('./src/web/app/base.pug')
|
||||||
.pipe(pug({
|
.pipe(pug({
|
||||||
locals: {
|
locals: {
|
||||||
version: version,
|
|
||||||
themeColor: constants.themeColor
|
themeColor: constants.themeColor
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
Reference in New Issue
Block a user