Closed
Description
This is my mix file
`const { mix } = require('laravel-mix');
mix.js('resources/assets/js/app.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css');
mix.copy('resources/assets/css/styles.css', 'public/css/styles.css')`
However whenever I try to reference my styles.css folder with
<link rel="stylesheet" href="{{ mix('/css/styles.css') }}"/>
I get an error 500 saying: Unable to locate Mix file: /css/styles.css
When I check the mix-manifest.json my styles.css is not added in there. If I add it myself then everything loads fine, but since it's recreated each time I run mix, that's obviously not an option.
Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels