We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build
javascript files for various widgets (like asciinema, mermaid etc) are only kept in static/assets/js.
static/assets/js
But the default build command (NODE_ENV=production webpack) first deletes everything from that folder, so those widgets don't work anymore afterwards.
NODE_ENV=production webpack
these are deleted as of 97989c2:
deleted: static/assets/js/Chart.js deleted: static/assets/js/WaveDrom.js deleted: static/assets/js/asciinema-player.js deleted: static/assets/js/flowchart-latest.js deleted: static/assets/js/mermaid.min.js deleted: static/assets/js/narrow.js deleted: static/assets/js/raphael.min.js deleted: static/assets/js/sequence-diagram-min.js deleted: static/assets/js/snap.svg-min.js deleted: static/assets/js/underscore-min.js deleted: static/assets/js/viz.js deleted: static/assets/js/viz.render.js deleted: static/assets/js/webfont.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
javascript files for various widgets (like asciinema, mermaid etc) are only kept in
static/assets/js
.But the default build command (
NODE_ENV=production webpack
) first deletes everything from that folder, so those widgets don't work anymore afterwards.these are deleted as of 97989c2:
The text was updated successfully, but these errors were encountered: