Anahkiasen / cookie-monster

A rehosted, cleaned up and updated version of the CookieMonster plugin.
31 stars 24 forks source link

Use *.* in sass-globbing wildcards for Windows compatibility #44

Closed royaldark closed 10 years ago

royaldark commented 10 years ago

Windows has issues with single star (*) wildcards for historical reasons (* only selects files without extensions). Using *.* instead works, and should have no effect for other OSes.

See https://github.com/chriseppstein/sass-globbing/issues/3