TryGhost / express-hbs

Express handlebars template engine with inheritance, partials, i18n and async helpers.
MIT License
458 stars 76 forks source link

make js-beautify an optional dependency #168

Closed jafl closed 4 years ago

jafl commented 4 years ago

so it doesn't have to be pulled in for prod

ErisDS commented 4 years ago

This should be a devDependency rather than optional - production still tries to install optional dependencies.

ErisDS commented 4 years ago

I've actually just gotten rid of this completely :)

ErisDS commented 4 years ago

Ha, nevermind, I totally misunderstood how this was used.