ericf / express-handlebars

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

Fixes #147 #148

Closed jacob-faber closed 8 years ago

samuelfine commented 8 years ago

:+1: Keeping /partials and /layouts relative to /views makes sense to me.

sahat commented 8 years ago

Looks good :+1:

kristofferremback commented 8 years ago

Any progress on this?

kevmo commented 8 years ago

@camabeh should write a better description, and then this should be merged?

sahat commented 8 years ago

I don't have NPM publish rights, so in the meantime you can install express-handlebars the following way:

"dependencies": {
    "express-handlebars": "ericf/express-handlebars"
}
gustavoaca1997 commented 6 years ago

this is already in the NPM package? Because I have this same issue