Skip to content

Commit

Permalink
Explicitly set view folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Nov 5, 2014
1 parent c86e30d commit f67f331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.coffee
Expand Up @@ -80,6 +80,7 @@ app = do express
app.use i18n.init
app.engine 'handlebars', do expresshb
app.set 'view engine', 'handlebars'
app.set 'views', "#{__dirname}/views"
# app.enable 'view cache'

packageList = null
Expand Down

0 comments on commit f67f331

Please sign in to comment.