A meteor with Slim instead of handles?

As Handelbars is the default template for Meteor.js , can Slim be used instead?

If so (which means without much hack) how would I integrate this?

UPDATE: It looks like this could be a real opportunity with OpalRB, as we see some promising efforts like https://github.com/marcandre/meteor-opal .

+3


source to share


1 answer


Slim is a Ruby-based templating engine; bludgeoning that Meteor is probably not worth the effort. Take a look at Jade (a haml / slim style templating port for JavaScript); it looks like there is a start of support for this:



Jade templating at Meteor

+9


source







All Articles