调整css打包顺序

This commit is contained in:
liaoxuezhi 2019-05-20 13:56:40 +08:00
parent 35a21309de
commit 4b5b0ff80c
1 changed files with 3 additions and 0 deletions

View File

@ -329,6 +329,9 @@ if (fis.project.currentMedia() === 'publish') {
'!/scss/themes/*.scss',
// 要切换主题,不能打在一起。'/scss/*.scss',
'!monaco-editor/**',
'!/examples/style.scss',
'/examples/style.scss', // 让它在最下面
]
})
});