-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Create vendor folder and fresh dist as a target only without extras including mathjax #5487
New issue
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
Conversation
…on_dist.js to run before build scripts
@@ -132,6 +133,7 @@ | |||
"browserify": "^17.0.0", | |||
"browserify-transform-tools": "^1.7.0", | |||
"bubleify": "^2.0.0", | |||
"canvas": "^2.6.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 Looks great - thanks for bringing back (and fixing) the requirejs test!
Sorry, something went wrong.
All reactions
alexcjohnson
Successfully merging this pull request may close these issues.
None yet
Following the previous conversation on slack,
it seems reasonable (and less confusing) to move
extras/mathjax
andtopojson
tovendor
folder and start a freshdist
.TODOs:
dist
e.g.dist/README.md
requirejs
added in Test plotly.min.js in Require.js environment #914 so that it does not depend on the old build in dist and really tests what it should testNext steps:
mathjax
fromvendor
and create a script to download, complete and updateMathJax-v2
files from v2.3 to 2.7.x@plotly/plotly_js