You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 and tj's edition has the same issue.
My workaround is to place some text like _REPLACE_ME_IN_COMPILATION_ and replace it compilation (node server, gulp, etc.)
I believe this is a Haml issue instead of haml-js. I'm having the same problem but I'm using a gem for ruby on rails "haml-rails" and the problem remains the same.
%a{href:""} Empty Link
should generate
Empty Link
instead it generates
Empty Link
empty values for attributes should not be ignored.
thanks
The text was updated successfully, but these errors were encountered: