Skip to content

Commit 3cb18e3

Browse files
committed
keep cibuild for image test in build - do not pollute dist
1 parent a45bff4 commit 3cb18e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/cibundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/image/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)