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');
7
7
* Outputs:
8
8
*
9
9
* - 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)
11
11
* - plotly.min.js bundle in build/ (for minified_bundle test)
12
12
*/
13
13
Original file line number Diff line number Diff line change 4
4
<!-- this index file gets copied in to the image server docker -->
5
5
< script src ="../plotly.js/vendor/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG "> </ script >
6
6
< 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 >
8
8
< script src ="./main.js "> </ script >
9
9
</ body >
10
10
</ html >
You can’t perform that action at this time.
0 commit comments