tauren / tmpl-precompile

Precompile jade templates into executable functions
MIT License
25 stars 7 forks source link

Mixin compiling issue #9

Open samccone opened 12 years ago

samccone commented 12 years ago

mixin dotRender(status, remoteAttr)

when i try and call

mixin dotRender(bob.getSystemStatus().Status)

it bombs

but when i do

  - status = host.status('ControllerStatusLight')
  mixin dotRender(status)

it works fine

thoughts?

jescalan commented 11 years ago

I have to assume this is because it's been running on a really old version of jade. Perhaps the upgrade will iron this one out :thumbsup:

samccone commented 11 years ago

:peach: