Skip to content

Commit

Permalink
Wvr Wysiwyg is now available in usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Apr 2, 2021
1 parent 8428362 commit 3529d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build-wvr-components-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ const reportPath = `${weaverComponentsPath}/reports`;
fs.copy("src/index-reports.html", `${reportPath}/index.html`);
fs.copy("src/assets", `${reportPath}/assets`);

if( fs.existsSync("dist/bundle/assets/tinymce") ) {
fs.copy("dist/bundle/assets/tinymce", `${docPath}/usage/assets/tinymce`);
}

})();

0 comments on commit 3529d2c

Please sign in to comment.