mbest / knockout.punches

A collection of enhanced binding syntaxes using Knockout 3+
http://mbest.github.io/knockout.punches/
238 stars 19 forks source link

Incompatible with Swig template engine for node.js? #54

Closed alvarotrigo closed 9 years ago

alvarotrigo commented 9 years ago

I'm using Swig as a Javascript template engine for node.js which also uses the syntax {{ variable }} to print variables from the server side.

It seems there's a conflict using both. Any way to avoid it?

mbest commented 9 years ago

Since neither lets you define an alternate syntax, I'm not sure how you'd use them together.

alvarotrigo commented 9 years ago

Yeah right. Just to verify. Thanks.