This commit is contained in:
syuilo 2018-10-03 22:05:17 +09:00
parent ed6450244d
commit 3537b3de8e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 1 additions and 109 deletions

View file

@ -166,9 +166,7 @@ gulp.task('build:client:pug', [
.pipe(pug({
locals: {
themeColor: constants.themeColor,
facss: fa.dom.css(),
//hljscss: fs.readFileSync('./node_modules/highlight.js/styles/default.css', 'utf8')
hljscss: fs.readFileSync('./src/client/assets/code-highlight.css', 'utf8')
facss: fa.dom.css()
}
}))
.pipe(htmlmin({