RandomEtc / ejs-locals

Express 3.x layout, partial and block template functions for the EJS template engine.
298 stars 63 forks source link

Sudden change to replacing underscores in object names to camel case #19

Closed GothAck closed 11 years ago

GothAck commented 11 years ago

Just upgraded ejs-locals to find that underscores in object (partial / view / layout) names are being transformed into camel case, I had to debug the code to find this out.

Why was this change made if the previous way was working correctly? I'd prefer to use lowercase names for all my view names in the fs...

Thanks!

GothAck commented 11 years ago

Ok, debugging is driving me crazy... Ignore me for now!