question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Laravel Mix errors on *.scss folder path

See original GitHub issue
  • Laravel Mix Version: #.#.# (npm list --depth=0) : 0.12.1
  • Node Version (node -v): v8.1.0
  • NPM Version (npm -v): 5.0.3
  • OS: Ubuntu 16.04.2 LTS

Description:

@import “metronics/global/**/*.scss”;

does not work. i was expecting it will add all scss files from global folders recursively instead it give error. File to import not found or unreadable: metronics/global/**/*.

Steps To Reproduce:

default laravel mix file add following @import “metronics/global/**/*.scss”;

create metronics/global folder and add few scss files in that. and run npm dev

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ruchernchongcommented, Jun 15, 2017

Correct me if I am wrong, you cannot use wildcards during import. Just manually add them line by line.

0reactions
shooftiecommented, Sep 13, 2019

Did anyone fix this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Laravel Mix errors on *.scss folder path · Issue #882 - GitHub
Description: @import "metronics/global/**/*.scss";. does not work. i was expecting it will add all scss files from global folders recursively ...
Read more >
Laravel home(~) SCSS paths not resolving correctly
Ive been able to resolve some of the issues but the error remains. /** * As our first step, we'll pull in the...
Read more >
Frequently Asked Questions | Laravel Mix Documentation
This tells Mix the basic directory where all of your assets should be compiled ... path to an asset that doesn't exist in...
Read more >
Can't get Laravel Mix to work - Frustration LIMIT reached
I got an error when running npm run dev that UIKIT is missing and not in the node_modules folder! What? Why is it...
Read more >
Compiling Assets (Mix) - The PHP Framework For Web Artisans
Laravel Mix provides a fluent API for defining Webpack build steps for your ... CSS files and even customize the output directory of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found