Skip to content

Commit

Permalink
copy confif-docs.json into usage directory as well
Browse files Browse the repository at this point in the history
weaver-components.js concat into additional scripts is requesting it from usage dir
  • Loading branch information
wwelling committed Jul 31, 2020
1 parent 2c83536 commit c063661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-wvr-ud.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ staticAssets.forEach(sa=>{
}
});

fs.copyFileSync('./src/config-docs.json', `${CONFIG.output}/../config.json`);

log(` ${chalk.cyanBright('Total content')}: ${chalk.blue(staticAssets.length)}`);

// Prepare Index
Expand Down

0 comments on commit c063661

Please sign in to comment.