docpad-archive / docpad-plugin-jade

Adds support for the Jade templating engine to DocPad.
Other
17 stars 8 forks source link

double indentation causes "unexpected token "indent"" error #16

Closed williammalo closed 10 years ago

williammalo commented 10 years ago

I have a file called index.html.jade, and docpad gives me this error at render: warning: Something went wrong while rendering: index.html.jade unexpected token "indent"

to reproduce the bug, I made this reduced test case:

div
  div
    div

If the file contains this, It will give me the error.

williammalo commented 10 years ago

reinstalling the plugin fixed the issue