Skip to content

Commit 8a36ccd

Browse files
committed
Merge pull request #120 from plotly/andrew-update-makefile
Only copy over specific files into on sync.
2 parents 1e7c292 + c0bc4fb commit 8a36ccd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: makefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ sync_chunked : submodules/chunked_requests
4343
sync_refs : submodules/graph_reference
4444
@echo ""
4545
@echo "Syncing graph_reference directories"
46-
rsync -r submodules/graph_reference plotly/
46+
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
4752

4853
pull_refs : submodules/graph_reference
4954
@echo ""

0 commit comments

Comments
 (0)