Skip to content

Commit

Permalink
Update packages, switch Jade to Pug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcamilleri committed Sep 1, 2018
1 parent b3c3d9c commit 377fa90
Show file tree
Hide file tree
Showing 11 changed files with 2,074 additions and 42 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ app.use(compression()) // compress all requests

// view engine setup
app.set('views', path.join(__dirname, 'views'))
app.set('view engine', 'jade')
app.set('view engine', 'pug')
app.locals.pretty = true

app.use(logger('dev'))
Expand Down
Loading

0 comments on commit 377fa90

Please sign in to comment.