do you have a .sass('resources/sass/app.scss', 'public/css'); in your webpack.mix.js in your root folder? then run npm run watch ?
@Cameron Yes. I do have .sass('resources/sass/app.scss', 'public/css'); in my webpack.mix.js
I tried ** "npm run watch"** and that seems to have achieved the proper result.
Thank you for your assistance.
Each time you change a sass file , or js, webpack will need to recompile. Keeping mom run watch on will do it for you when you save a file, otherwise mom run dev will compile for dev, just be sure to flag production for production websites
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community