Skip to content

Commit a0bdb20

Browse files
Merge pull request #4275 from plotly/toolpanel-docs-update
Update ToolPanel Readme for 1.0 + Build for Standalone
2 parents 88fe3a9 + 566cdd9 commit a0bdb20

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

test-dashboard/toolpanel-dashboard/index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

55
<!-- ToolPanel CSS -->
6-
<link rel="stylesheet" type="text/css" href="./../../shelly/toolpanel/static/toolpanel/build/style.css"/>
6+
<link rel="stylesheet" type="text/css" href="./../../shelly/toolpanel/static/toolpanel/dist/style.css"/>
77

88
</head>
99

@@ -14,20 +14,12 @@
1414
<!-- PlotlyJS Requirements -->
1515
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
1616

17-
<!-- ToolPanel Required Plugins' JS -->
18-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/jquery-ui-1.8.23.custom.min.js"></script>
19-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/jquery.tipsy.js"></script>
20-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/spectrum.js"></script>
21-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/bootstrap.min.js"></script>
22-
<script type="text/javascript" src="./../../shelly/shelly/static/js/plugins/bootstrap-select.min.js"></script>
17+
<!-- ToolPanel Standalone JS Bundle -->
18+
<script type="text/javascript" src="./../../shelly/toolpanel/static/toolpanel/dist/toolpanel-standalone-bundle.js"></script>
2319

2420
<!-- PlotlyJS Bundle -->
2521
<script type="text/javascript" src="./../../shelly/plotlyjs/static/plotlyjs/build/plotlyjs-bundle.js"></script>
2622

27-
<!-- ToolPanel Standalone JS Bundle -->
28-
<script type="text/javascript" src="./../../shelly/toolpanel/static/toolpanel/build/toolpanel-bundle.js"></script>
29-
30-
3123
<!-- UI Stuff -->
3224
<script type="text/javascript" src="ui.js"></script>
3325

test-dashboard/toolpanel-dashboard/temp-build-css.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)