We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e7c292 + c0bc4fb commit 8a36ccdCopy full SHA for 8a36ccd
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