donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 156 forks source link

no output for minimal html file #22

Closed coolaj86 closed 13 years ago

coolaj86 commented 13 years ago

So trivial to convert by hand that it doesn't much matter, but this outputs nothing / empty string:

<html>
  <head>
    <script type="text/javascript">window.location = "/newsite/";</script>
  </head>
</html>
donpark commented 13 years ago

Thanks. HTML to Jade conversion is typically a one-time affair for me too and not a daily routine so I resort to minor editing to workaround these kind of issues. But I hope to clean up these issues eventually.