Skip to content

Commit

Permalink
I do things on things on things
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerjef committed Oct 6, 2021
1 parent 2abea7d commit b2ec133
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 23 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ dmypy.json
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/uiDesigner.xml

static/modules
1 change: 1 addition & 0 deletions .idea/logviewer2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--modules-folder static/modules
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "logviewer2",
"version": "0.0.1",
"description": "dEPS",
"main": "NONE",
"repository": "https://github.com/Hackerjef/logviewer2.git",
"author": "Nadie <[email protected]>",
"license": "MIT",
"dependencies": {
"animate.css": "^4.1.1",
"highlight": "^0.2.4",
"jquery": "3.3.1"
}
}
11 changes: 0 additions & 11 deletions static/css/animate.min.css

This file was deleted.

5 changes: 0 additions & 5 deletions static/js/highlight.pack.js

This file was deleted.

2 changes: 0 additions & 2 deletions static/js/jquery-3.3.1.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/static/css/materialize.css" media="screen,projection" >
<link href="/static/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/static/css/animate.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/static/modules/animate.css/animate.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="https://fonts.googleapis.com/css?family=Bowlby+One+SC" rel="stylesheet">
</head>

Expand Down
6 changes: 3 additions & 3 deletions templates/logbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<link rel="shortcut icon" href="/static/favicon.ico">

<link rel="stylesheet" href="/static/css/solarized-dark.css">
<script src="/static/js/highlight.pack.js"></script>
<script src="/static/js/jquery-3.3.1.min.js"></script>
<script src="/static/modules/highlight/lib/vendor/highlight.js/highlight.pack.js"></script>
<script src="/static/modules/jquery/dist/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/static/css/materialize.css" media="screen,projection" >
<link href="/static/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/static/css/animate.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="/static/modules/animate.css/animate.min.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="https://fonts.googleapis.com/css?family=Bowlby+One+SC" rel="stylesheet">
</head>

Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


animate.css@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-4.1.1.tgz#614ec5a81131d7e4dc362a58143f7406abd68075"
integrity sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==

highlight@^0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/highlight/-/highlight-0.2.4.tgz#8ac02875b03f5935e0675852b76cfe1fd58e0dff"
integrity sha1-isAodbA/WTXgZ1hSt2z+H9WODf8=

[email protected]:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==

0 comments on commit b2ec133

Please sign in to comment.