mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 09:07:29 +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
|
// 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 => {
|
files.forEach(file => {
|
||||||
// parse css files to replace colors according to siteConfig
|
// parse css files to replace colors according to siteConfig
|
||||||
if (file.match(/\.css$/) && !isSeparateCss(file)) {
|
if (file.match(/\.css$/) && !isSeparateCss(file)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue