Skip to content

Commit 8a3f5f4

Browse files
committed
Use minified plotly.js for making baselines
1 parent 5e329a6 commit 8a3f5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/make_baseline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
root = os.getcwd()
1414

1515
virtual_webgl = os.path.join(root, 'node_modules', 'virtual-webgl', 'src', 'virtual-webgl.js')
16-
plotlyjs = os.path.join(root, 'build', 'plotly.js')
16+
plotlyjs = os.path.join(root, 'build', 'plotly.min.js')
1717
plotlyjs_with_virtual_webgl = os.path.join(root, 'build', 'plotly_with_virtual-webgl.js')
1818

1919
dirIn = os.path.join(root, 'test', 'image', 'mocks')

0 commit comments

Comments
 (0)