Skip to content

Commit

Permalink
fix: update for latest hapi
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 4, 2016
1 parent b00864e commit 18a43a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var path = require('path')
var util = require('util')

var Hapi = require('hapi')
var Inert = require('inert')

var moment = require('moment')
var PORT = 8888
Expand All @@ -23,6 +24,8 @@ server.connection({
port: PORT
})

server.register(Inert, function () {})

// Serve dynamic js file to set version / timestamp
server.route({
method: 'GET',
Expand Down

0 comments on commit 18a43a3

Please sign in to comment.