mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +02:00
Prettier fix
This commit is contained in:
parent
6ec683f77f
commit
c9e4f4479d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue