syntax cleanup

This commit is contained in:
Joe Fleming 2014-09-16 15:06:37 -07:00
parent 4f13d205a4
commit 4fbcfb0cce

View file

@ -3,6 +3,7 @@ module.exports = function (grunt) {
var done = this.async();
var DevServer = require('../test/utils/dev_server');
var server = new DevServer();
server.listen(8000).then(function () {
console.log('visit http://localhost:8000');
if (keepalive !== 'keepalive') done();