mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 02:23:43 +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) {
|
function bundle(outputFile, minify, cb) {
|
||||||
fs.existsSync('dist') || fs.mkdirSync('dist');
|
fs.existsSync('dist') || fs.mkdirSync('dist');
|
||||||
var builder = new Builder('./', 'system.config.js');
|
var builder = new Builder('./', 'system.config.js');
|
||||||
builder.config({
|
|
||||||
separateCSS: true
|
|
||||||
});
|
|
||||||
|
|
||||||
builder
|
builder
|
||||||
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
.buildStatic(path.join(paths.tmp, paths.sourceEntryPoint),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user