Merge pull request #1507 from tschaub/update-closure-util

Update closure util.
This commit is contained in:
Tim Schaub
2014-01-13 09:00:12 -08:00
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,6 @@
"url": "https://github.com/openlayers/ol3/issues"
},
"devDependencies": {
"closure-util": "*"
"closure-util": "~0.8.2"
}
}

View File

@@ -43,4 +43,8 @@ manager.on('ready', function() {
server.listen(3000, function() {
log.info('ol', 'Listening on http://localhost:3000/ (Ctrl+C to stop)');
});
server.on('error', function(err) {
log.error('ol', 'Server failed to start: ' + err.message);
process.exit(1);
});
});