We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1e7c292 commit c0bc4fbCopy full SHA for c0bc4fb
makefile
@@ -43,7 +43,12 @@ sync_chunked : submodules/chunked_requests
43
sync_refs : submodules/graph_reference
44
@echo ""
45
@echo "Syncing graph_reference directories"
46
- rsync -r submodules/graph_reference plotly/
+ rm -r plotly/graph_reference
47
+ mkdir plotly/graph_reference
48
+ cp submodules/graph_reference/graph_objs_meta.json plotly/graph_reference
49
+ cp submodules/graph_reference/KEY_TO_NAME.json plotly/graph_reference
50
+ cp submodules/graph_reference/NAME_TO_KEY.json plotly/graph_reference
51
+ cp submodules/graph_reference/OBJ_MAP.json plotly/graph_reference
52
53
pull_refs : submodules/graph_reference
54
0 commit comments