Hi Oliversb,
why are you trying to call mix.sass with no parameters?
By default, Elixir, underneath the hood, uses the LibSass library for compilation. If you think the problem is in the libraries you can try: npm rebuild node-sass
yurybs said:
Hi Oliversb,
why are you trying to call mix.sass with no parameters?
By default, Elixir, underneath the hood, uses the LibSass library for compilation. If you think the problem is in the libraries you can try: npm rebuild node-sass
Is there not a command to compile all SASS files? Thanks
Hi Oliversb,
yes, there is:
To compile Sass
elixir(function(mix) { mix.sass("app.scss"); });
This assumes that your Sass files are stored in resources/assets/sass.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community