Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 14, 2020
1 parent 5b4fb3d commit 762e4ed
Show file tree
Hide file tree
Showing 7 changed files with 1,538 additions and 1,839 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules
/public/app.js.LICENSE.txt
/vendor
composer.lock
/phpunit.xml
Expand Down
3,259 changes: 1,522 additions & 1,737 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"axios": "^0.18",
"bootstrap": "^4.3.1",
"bootstrap": "^4.5.0",
"cross-env": "^5.1",
"highlight.js": "^9.12.0",
"jquery": "^3.5",
"laravel-mix": "^4.0.7",
"laravel-mix": "^5.0.4",
"lodash": "^4.17.13",
"moment": "^2.10.6",
"moment-timezone": "^0.5.21",
Expand Down
8 changes: 4 additions & 4 deletions public/app-dark.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/app.css

Large diffs are not rendered by default.

91 changes: 2 additions & 89 deletions public/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/app.js": "/app.js?id=19e933a3f3aed6ef4805",
"/app.css": "/app.css?id=326b997a579e007d2102",
"/app-dark.css": "/app-dark.css?id=5ebb5e33b7c425d6317c"
"/app.js": "/app.js?id=2cc598321134a0bcfac1",
"/app.css": "/app.css?id=d79fb7e75cd04c97ef92",
"/app-dark.css": "/app-dark.css?id=af37df8013614303ea68"
}

0 comments on commit 762e4ed

Please sign in to comment.