Skip to content

Commit

Permalink
reorganize web_src files and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Nov 19, 2019
1 parent ce88d38 commit 62124f3
Show file tree
Hide file tree
Showing 12 changed files with 450 additions and 475 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/public/js/semantic.dropdown.custom.js
/web_src/js/vendor/**
/web_src/js/semanticDropdown.js
2 changes: 1 addition & 1 deletion public/js/gitgraph.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/gitgraph.js.map

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions public/js/index.js

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions public/js/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* This is a customized version of https://github.com/bluef/gitgraph.js/blob/master/gitgraph.css
Changes include the removal of `body` and `em` styles */
#git-graph-container, #rel-container {float:left;}
#rel-container {max-width:30%; overflow-x:auto;}
#git-graph-container {overflow-x:auto; width:100%}
Expand Down
Loading

0 comments on commit 62124f3

Please sign in to comment.