Always look for ol deps in the root of the ol repo

This commit is contained in:
Tim Schaub
2015-09-01 21:43:22 -06:00
parent 34f65a8908
commit 4d5cf372b0
+2 -1
View File
@@ -22,7 +22,8 @@ var createServer = exports.createServer = function(callback) {
lib: [ lib: [
'src/**/*.js', 'src/**/*.js',
'build/ol.ext/*.js', 'build/ol.ext/*.js',
] ],
cwd: path.join(__dirname, '..')
}); });
manager.on('error', function(err) { manager.on('error', function(err) {
if (server) { if (server) {