hawx / guard-sass

Guard::Sass automatically rebuilds sass files when modified (like sass --watch)
MIT License
88 stars 35 forks source link

flag to include external Ruby libraries (sass-globbing) #51

Closed stevekrueger closed 10 years ago

stevekrueger commented 10 years ago

I'm trying to include the sass-globbing library into the guard-sass declaration within my Guard file though it's not obvious how I would go about doing this. Usually when running the sass --watch function, I can include it with the -r flag: ie:

I'm not using, or planning on using, Compass otherwise it'd be included within the config.rb

Am I missing something or is this not possible? Thanks!