creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
MIT License
902 stars 110 forks source link

Fix running JavaScript (-) to specification. PR submitted downstream #78

Open nickl- opened 10 years ago

nickl- commented 10 years ago

Only realised this is the source of ruby-haml-js. I submitted a patch to fix the rawjs implementation and treat JavaScript blocks as per haml specification and to work as expected.

see. https://github.com/dnagir/ruby-haml-js/pull/17

Will gladly re-roll for your project as well if you'd like.