Parse examples and build external modules on install

This commit is contained in:
Tim Schaub
2014-10-23 13:30:51 -06:00
parent 01b64bc655
commit 4785001548
8 changed files with 55 additions and 14 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ function getDependencies(config, exports, callback) {
};
} else {
options = {
lib: ['src/**/*.js'],
lib: ['src/**/*.js', 'build/ol.ext/*.js'],
cwd: root
};
}