File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ Generating a new graph
3
3
4
4
This folder uses http://gitgraphjs.com/ for generating the git graph model.
5
5
6
- To generate a new one, install ` gitgraph.js ` via ` bower ` .
7
-
8
- ```
9
- bower install gitgraph.js
10
- ```
11
-
12
6
1. Change ` patternlab-flow.js ` to your needs according to the documentation on http://gitgraphjs.com/
13
7
2. Open branching-scheme.html in browse, right click the graph and "Save as...".
14
8
3. Overwrite ` /.github/branching-scheme.png `
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < link rel ="stylesheet " type ="text/css " href ="bower_components/ gitgraph.js/build /gitgraph.css " />
4
+ < link rel ="stylesheet " type ="text/css " href ="https://cdnjs.cloudflare.com/ajax/libs/ gitgraph.js/1.11.4 /gitgraph.min .css " />
5
5
< style >
6
6
body {
7
7
margin : 0 ;
11
11
</ head >
12
12
< body >
13
13
< canvas id ="gitGraph "> </ canvas >
14
- < script src ="bower_components/ gitgraph.js/build /gitgraph.js "> </ script >
15
- < script src ="plflow .js "> </ script >
14
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/ gitgraph.js/1.11.4 /gitgraph.min .js "> </ script >
15
+ < script src ="patternlab-flow .js "> </ script >
16
16
</ body >
17
17
</ head >
You can’t perform that action at this time.
0 commit comments