mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Update build script (#272)
* Copy dot files if present in the static folder, and add .circleci config to Docusaurus site * Update docs
This commit is contained in:
parent
c62e18eb53
commit
11029cf02d
3 changed files with 13 additions and 3 deletions
|
@ -365,7 +365,7 @@ function execute() {
|
|||
});
|
||||
|
||||
// copy all static files from user
|
||||
files = glob.sync(join(CWD, 'static', '**'));
|
||||
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