damz / mustache-drupal

Mustache theme engine for Drupal 7.
Other
20 stars 0 forks source link

any traction or interest? #1

Open emjayess opened 13 years ago

emjayess commented 13 years ago

Hi Damien, came across this project of yours back in March... to the best of your knowledge, does this [templating engine] have any traction or interest with others in the drupal community? Personally, I think it'd be great if Drupal had more than one templating engine, mustache among them.

And are you or anyone you know actively using it on any projects?

Thanks

matt

damz commented 13 years ago

Not a lot of traction as far as I can see.

I did this as a proof of concept that it could work... and it did.

Now I'm interested in handing this over to someone else :)

Damien

emjayess commented 13 years ago

well I love mustache's logiclessness and the idea of having this engine available in drupal (and am a fan of anything that does away with <?php print ___ ?> in templates), altho I know diddly about drupal's theming layer at the moment. In fact, the last time I did any substantial programming against drupal at all was nearly 4 years ago.

I'm going to work with it a bit and see how goes, thanks.

emjayess commented 13 years ago

I'm curious if you happened to do any performance benchmarking of this engine in drupal versus the native php approach?