Skip to content

Commit

Permalink
Always look for ol deps in the root of the ol repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 2, 2015
1 parent 34f65a8 commit 4d5cf37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/serve-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ var createServer = exports.createServer = function(callback) {
lib: [
'src/**/*.js',
'build/ol.ext/*.js',
]
],
cwd: path.join(__dirname, '..')
});
manager.on('error', function(err) {
if (server) {
Expand Down

0 comments on commit 4d5cf37

Please sign in to comment.