trvsdnn / frank

Static Site Non-Framework
http://github.com/blahed/frank
MIT License
413 stars 30 forks source link

SCSS Support Busted #8

Closed jacquescrocker closed 14 years ago

jacquescrocker commented 14 years ago

Looks like Tilt doesnt actually support scss.

This patch seems to fix it though: http://gist.github.com/463200

trvsdnn commented 14 years ago

Yeah, i noticed this one before i released 0.3. I'll get some tests written and roll this into the next patch release.

jacquescrocker commented 14 years ago

Fixed via http://github.com/railsjedi/frank/commit/3328285ef2b4c1e79eb618dbc1e51275e4b8fe1e (tested on my project). I'll add some tests too

Did I fuck up the line encodings or something? I just saved it in textmate?

jacquescrocker commented 14 years ago

Oh. I have the strip linespace bundle :-). Here's a link to the bundle, I'd recommend it! http://cl.ly/17a3255694352a6265c3

trvsdnn commented 14 years ago

Thats a nice one, thanks.

jacquescrocker commented 14 years ago

Fixed in http://github.com/blahed/frank/tree/0.4.x