gulp-community / gulp-haml

gulp plugin for Haml
MIT License
25 stars 20 forks source link

Doesn't Support Tabs #3

Closed stoodder closed 10 years ago

stoodder commented 10 years ago

When I compile my haml which is indented with the tab character. I get this:

`<!DOCTYPE html>

Hello World` When I concert that same code to use spaces, I get what you would expect: ` Hello World`
stephenlacy commented 10 years ago

Open that issue on https://github.com/creationix/haml-js, I can do nothing about that.

paveltretyakovru commented 8 years ago

I has this problem too. Try -> "gulp-ruby-haml"