johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
98 stars 14 forks source link

Only skip compiling directories that explicitly match excluded directories #24

Closed deanwiseman closed 3 years ago

deanwiseman commented 3 years ago

The compilation of directories will only be excluded for those that explicitly match excluded directories

Using issue #23 as an example, a directory named "dialogs" will no longer be excluded from compilation just because it partially contains "...logs" in its name

Please let me know if I should add some more unit tests?