SaitoWu / linner

HTML5 Application Assembler
MIT License
275 stars 35 forks source link

Support less, stylus? #6

Closed JuanitoFatas closed 11 years ago

JuanitoFatas commented 11 years ago

Hello Saito,

Are you planning to add support for LESS and Stylus?

Thank you.

SaitoWu commented 11 years ago

Hi, @JuanitoFatas . I'm working on LiveReload2 right now.

If i wanna to add stylus and less support, I prefer to refactor template.rb.

The current master branch of code do things wrong. I should use Tilt::Template.default_mime_type to detect the template is style or script.

I will refactor it tomorrow. anyway, Thank you again. :+1:

JuanitoFatas commented 11 years ago

OK. I understand. Thank you for quick reply. I learned a lot from your code and process. I will close this issue now.

SaitoWu commented 11 years ago

Already refactored(https://github.com/SaitoWu/linner/commit/d0b8bc875187fcb58b1c08d8a7331047277f3c8e).. More clearer now!