File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var _bundle = require('./util/browserify_wrapper');
77 * Outputs:
88 *
99 * - plotly.js bundle in build/
10- * - plotly-geo-assets.js bundle in dist / (in accordance with test/image/index.html)
10+ * - plotly-geo-assets.js bundle in build / (in accordance with test/image/index.html)
1111 * - plotly.min.js bundle in build/ (for minified_bundle test)
1212 */
1313
Original file line number Diff line number Diff line change 44<!-- this index file gets copied in to the image server docker -->
55< script src ="../plotly.js/vendor/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG "> </ script >
66< script src ="../plotly.js/build/plotly.js " charset ="utf-8 "> </ script >
7- < script src ="../plotly.js/dist /plotly-geo-assets.js " charset ="utf-8 "> </ script >
7+ < script src ="../plotly.js/build /plotly-geo-assets.js " charset ="utf-8 "> </ script >
88< script src ="./main.js "> </ script >
99</ body >
1010</ html >
You can’t perform that action at this time.
0 commit comments