cleanup
This commit is contained in:
parent
cef5714eeb
commit
7bab999c2b
|
@ -19,13 +19,14 @@
|
|||
},
|
||||
"homepage": "https://github.com/squatconf/website",
|
||||
"dependencies": {
|
||||
"ecstatic": "^1.4.0",
|
||||
"handlebars": "^4.0.5",
|
||||
"nodemon": "^1.9.1",
|
||||
"remarkable": "^1.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node ./scripts/build.js",
|
||||
"watch": "nodemon -w src -e md,hbs -x npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.9.1"
|
||||
}
|
||||
}
|
||||
|
|
15
server.js
15
server.js
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var ecstatic = require('ecstatic')
|
||||
, port = 8000
|
||||
, app = require('http').createServer(
|
||||
ecstatic({ root: __dirname + '/public' })
|
||||
).listen(port, function () {
|
||||
console.log('Listening on http://localhost:' + port)
|
||||
})
|
||||
;
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
console.error('Error at:', new Date)
|
||||
console.error(err.stack)
|
||||
})
|
Loading…
Reference in a new issue