ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.32k stars 382 forks source link

Fix for 3.0.2 which throws an error when partialsDir is not set #247

Open dotkam opened 5 years ago

dotkam commented 5 years ago

As of 3.0.2, the initial assignment of partialsDir is no longer defaulted to 'views/partials/'. This breaks systems which only use layoutsDir. This PR fixes this use case.

rvanmil commented 5 years ago

Here's a workaround in case someone runs into this https://github.com/yads/nodemailer-express-handlebars/issues/22#issuecomment-468718136