diff options
author | Mateja <mail@matejamaric.com> | 2020-11-08 20:43:28 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-08 20:43:28 +0100 |
commit | 5ee0430e9dcc54c89defe8cc0cb665565591321e (patch) | |
tree | 44bab6344029db8be30e3cf213ed31f7b31fbe00 /public/mix-manifest.json | |
parent | de0600b75c3eeff15352f58e2631f2e19da4b252 (diff) | |
download | yota-laravel-5ee0430e9dcc54c89defe8cc0cb665565591321e.tar.gz yota-laravel-5ee0430e9dcc54c89defe8cc0cb665565591321e.zip |
webpack stuff...
Diffstat (limited to 'public/mix-manifest.json')
-rw-r--r-- | public/mix-manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 9c01802..2d60117 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,5 +1,4 @@ { "/js/app.js": "/js/app.js", - "/css/app.css": "/css/app.css", - "/js/reserve.js": "/js/reserve.js" + "/css/app.css": "/css/app.css" } |