hawx / guard-sass

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

add additional library support #52

Closed stevekrueger closed 10 years ago

stevekrueger commented 10 years ago

as per my ticket here: https://github.com/hawx/guard-sass/issues/51

This allows us to require additional ruby libraries while sass is compiling.

hawx commented 10 years ago

What is the benefit of this over just requiring gems in your Guardfile?

stevekrueger commented 10 years ago

It doesn't seem like you can. I ran into error when trying to require a gem within the Guardfile directly.

I'm trying to include the sass-globbing library on compile.

Sorry, I'm not a ruby dev so I apologize if this is duplicate functionality - how would you approach this?

stevekrueger commented 10 years ago

any movement on this? Thanks.

hawx commented 10 years ago

There is no reason to add this, you can just put the requires at the top of your Guardfile.