Skip to content

Commit 62124f3

Browse files
committed
reorganize web_src files and rebuild
1 parent ce88d38 commit 62124f3

File tree

12 files changed

+450
-475
lines changed

12 files changed

+450
-475
lines changed

.eslintignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/public/js/semantic.dropdown.custom.js
2-
/web_src/js/vendor/**
1+
/web_src/js/semanticDropdown.js

public/js/gitgraph.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/gitgraph.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/index.js

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/index.js.map

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web_src/vendor/gitgraph.js/gitgraph.custom.css renamed to web_src/css/gitGraph.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* This is a customized version of https://github.com/bluef/gitgraph.js/blob/master/gitgraph.css
2+
Changes include the removal of `body` and `em` styles */
13
#git-graph-container, #rel-container {float:left;}
24
#rel-container {max-width:30%; overflow-x:auto;}
35
#git-graph-container {overflow-x:auto; width:100%}

0 commit comments

Comments
 (0)