mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
Disable separateCSS
This commit is contained in:
parent
6fb7bd0ba6
commit
5007871b3e
|
@ -87,9 +87,6 @@ function concatDeps(deps, file) {
|
|||
function bundle(outputFile, minify, cb) {
|
||||
fs.existsSync('dist') || fs.mkdirSync('dist');
|
||||
var builder = new Builder('./', 'system.config.js');
|
||||
builder.config({
|
||||
separateCSS: true
|
||||
});
|
||||
|
||||
builder
|
||||
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
||||
|
|
Loading…
Reference in New Issue
Block a user