oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

Error: cannot load such file -- sass-globbing #475

Open kimirsen opened 8 years ago

kimirsen commented 8 years ago

When I'm trying to compile my project I get this error: LoadError on line ["45"] of C: cannot load such file -- sass-globbing Run with --trace to see the full backtrace

My config.rb contains: require 'sass-globbing'

my sass structure: main.scss -pages --groups ---_groups.scss ...


main.scss content:

@import "compass/reset"; @import "bourbon/bourbon"; @import "lib/"; @import "common/"; @import "pages//"; @import "static/"; @import "xlast/";

@import "custom/**";

Any help will be appriciated

dougcassidy commented 8 years ago

try this: @import 'partials/**/*'; note the slash-star-star-slash-star https://github.com/chriseppstein/sass-globbing/issues/3#issuecomment-148067407

dougcassidy commented 8 years ago

Well, Koala doesnt watch globbed files, anyway. I went to manually listing the imports.