Parse examples and build external modules on install
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ function getDependencies(config, exports, callback) {
|
||||
};
|
||||
} else {
|
||||
options = {
|
||||
lib: ['src/**/*.js'],
|
||||
lib: ['src/**/*.js', 'build/ol.ext/*.js'],
|
||||
cwd: root
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user