bdkjones / CodeKit-1-Old

146 stars 1 forks source link

How to add .kit imports in HAML files? #623

Closed vincentchan closed 11 years ago

vincentchan commented 11 years ago

My compiling setup right now:

_footer.haml > _footer.kit > _footer.html

Then in my regular HAML page (e.g. test.haml), I tried to add the followings:

In the complied "test.html", it simply shows those @include as regular HTML comments.

How can I make this work? Thanks a lot.

bdkjones commented 11 years ago

It is not possible to use Kit files in Haml files.