hawx / guard-sass

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

Added :run_on_changes_end Guard hook #54

Closed alexdunae closed 10 years ago

alexdunae commented 10 years ago

This gives us a nice simple place to hook in for further processing, like with autoprefixer.

See https://gist.github.com/alexdunae/c6ec418fb166fdebc42b for sample use.

alexdunae commented 10 years ago

I accidentally add a second commit here to an unrelated bug. Poor git skills -- sorry about that.

hawx commented 10 years ago

Thanks. I've merged and just ignored the last commit.

alexdunae commented 10 years ago

Nice. The other commit is an actual bug, I think, with the way load_paths are set: https://github.com/alexdunae/guard-sass/commit/961c2f756f1dc4e0162ade478335bb164a554b32