Felix Milea-Ciobanu

Results 1 issues of Felix Milea-Ciobanu

My setup looks something like the following: ``` javascript var hbs = handlebars.create({ extname: '.hbs' }); app.locals['static-server'] = 'https://' + config.services.assets.hostname; app.set('views', app.path('views')); app.engine('hbs', hbs.engine); app.set('view engine', 'hbs'); ``` The...