smfoote / Swiffer.js

Clean up your Dust. Lint for Dust.
Other
16 stars 3 forks source link

Fails to parse dust templates with comments #4

Closed thefourtheye closed 11 years ago

thefourtheye commented 11 years ago
{!
  Multiline
  {#foo}{bar}{/foo}
!}
{!before!}Hello{!after!}

This is a sample template given here http://akdubya.github.io/dustjs/. Swiffer always fails with

Object #<Object> has no method 'comment'
rragan commented 11 years ago

Saw this but hadn't gotten to a PR. You need a comment function defined to handle a comment parse token.