i5ting / koa-generator

Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
https://github.com/17koa/koa-generator
MIT License
972 stars 110 forks source link

The view engine not correct setting #4

Closed monday-ch closed 8 years ago

monday-ch commented 8 years ago

I had try with "-e" ,but the config in the code are still jade.

// global middlewares
app.use(views('views', {
  root: __dirname + '/views',
  default: 'jade'
}));
i5ting commented 8 years ago

thanks,fix later

i5ting commented 8 years ago

already fixed,thanks