From d67fe1f656491c28f837946f0c34d6485f708dcf Mon Sep 17 00:00:00 2001 From: Mateja Date: Sun, 7 Mar 2021 21:32:08 +0100 Subject: Setting up Laravel Mix. - Install necessary node packages - Setup `webpack.mix.js` - Don't track public files that change on asset compilation - Compile `resources/sass` files (Bootstrap) - Remove unused `resources/css/app.css` file --- public/mix-manifest.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 public/mix-manifest.json (limited to 'public/mix-manifest.json') diff --git a/public/mix-manifest.json b/public/mix-manifest.json deleted file mode 100644 index 9286fd7..0000000 --- a/public/mix-manifest.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "/js/activities.js": "/js/activities.js", - "/css/app.css": "/css/app.css" -} -- cgit v1.2.3