Answer the question
In order to leave comments, you need to log in
What globbing pattern should be used to recursively find all sass files except those in a directory?
The frontend directory structure is as follows:
.
├── app
│ ├── js
│ ├── pug
│ ├── sass
│ │ ├── vendor
│ │ │ ├── bootstrap.scss
│ │ │ └── font-awesome.scss
│ │ └── main.scss
app/sass/!(vendor)/**/*.+(scss|sass)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question