mohamedmansour / hackathon-letsgo.io

letsgo.io - Photo Hack Day 4 project
http://letsgo.io
5 stars 6 forks source link

Convert EJS to using JADE #27

Open mohamedmansour opened 11 years ago

mohamedmansour commented 11 years ago

EJS is really limited when it comes to designing pages. We want to use Jade templates because it allows us to do blocked templating

/cc @jthiller @jeremybenaim

justinormont commented 11 years ago

Jade code looks a bit odd to me. Why use it?

jeremybenaim commented 11 years ago

Reopen for discussion purpose :

I'm currently digging to Rendr (https://github.com/airbnb/rendr), a framework based on Backbone.js that can render views both client side and server side. Using Handlebars, so not a meta-language à la Jade but HTML esssentially

But this is a discussion we need to have about the whole app architecture..

mohamedmansour commented 11 years ago

I don't mind changing the template, I just changed it to jade cause ejs wasn't working well at this time.