mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Prettier fix
This commit is contained in:
parent
6ec683f77f
commit
c9e4f4479d
|
|
@ -365,7 +365,7 @@ function execute() {
|
|||
});
|
||||
|
||||
// copy all static files from user
|
||||
files = glob.sync(join(CWD, 'static', '**'), { dot: true});
|
||||
files = glob.sync(join(CWD, 'static', '**'), {dot: true});
|
||||
files.forEach(file => {
|
||||
// parse css files to replace colors according to siteConfig
|
||||
if (file.match(/\.css$/) && !isSeparateCss(file)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue