Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 1, 2020
1 parent 57903ed commit 37557f8
Show file tree
Hide file tree
Showing 7 changed files with 1,812 additions and 1,954 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/vendor
/laravel
/node_modules
/public/app.js.LICENSE.txt
/phpunit.xml
composer.lock
.phpunit.result.cache
3,746 changes: 1,801 additions & 1,945 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cross-env": "^5.1",
"highlight.js": "^9.12.0",
"jquery": "^3.5.0",
"laravel-mix": "^5.0.4",
"laravel-mix": "^5.0.5",
"lodash": "^4.17.19",
"md5": "^2.2.1",
"moment": "^2.10.6",
Expand Down
4 changes: 2 additions & 2 deletions public/app-dark.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion 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=8e1027a39ac212868744",
"/app.css": "/app.css?id=81fbc8fec874ad3203d7",
"/app-dark.css": "/app-dark.css?id=3d68663a6ab8e86cb5dc"
"/app.js": "/app.js?id=982a67d0686358bdf547",
"/app.css": "/app.css?id=9ce01eaaba790566b895",
"/app-dark.css": "/app-dark.css?id=821c845f9bf3b7853c33"
}

0 comments on commit 37557f8

Please sign in to comment.