joliss / broccoli-sass

Sass compiler for Broccoli, using libsass
MIT License
44 stars 97 forks source link

Basic implementation #1

Closed rlivsey closed 10 years ago

rlivsey commented 10 years ago

Pretty much a carbon copy of the broccoli-coffee implementation, seems to be working…

Feedback very welcome & can squash commits once it's up to scratch if you want to pull it.

joliss commented 10 years ago

This unfortunately doesn't quite do it, since Filter doesn't support files having dependencies (@imports). We'll need to make a new, different caching base class for cases like this one. I'll get to it in a bit.

rlivsey commented 10 years ago

Ah of course. Knew I must have missed something obvious otherwise you'd have done it at the same time as the coffeescript one!

Thanks.