Closed andreabedini closed 8 years ago
hey @andreabedini thanks a million for this!
I made a couple of small changes in https://github.com/mozillascience/PaperBadger/commit/dda0071f45c37517b13108b1e34e5269ea847bd4 but it is working well. Express uses Pug as default, so no need to config unless customisation is needed.
I have done this very blindly. I am not sure if express need to know about pug (i.e. in
app.set('view engine', 'pug');
) but it does work on my laptop. Also watch out I'm importing pug 2.0.0-alpha8 :)