RandomEtc/ejs-locals

Sudden change to replacing underscores in object names to camel case

Closed this issue · 1 comments

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!

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