mozillascience / PaperBadger

Issuing badges to credit authors for their work on academic papers
https://badges.mozillascience.org/
Mozilla Public License 2.0
95 stars 48 forks source link

Rename jade to pug #196

Closed andreabedini closed 8 years ago

andreabedini commented 8 years ago

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 :)

josmas commented 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.