Make all typedefs work without provide/require
This commit is contained in:
committed by
Peter Robins
parent
2c29512c80
commit
1d20215bfa
@@ -206,6 +206,7 @@ function build(config, paths, callback) {
|
||||
concatenate(paths, callback);
|
||||
} else {
|
||||
log.info('ol', 'Compiling ' + paths.length + ' sources');
|
||||
paths = paths.concat('src/ol/typedefs.js');
|
||||
options.compile.js = paths.concat(options.compile.js || []);
|
||||
closure.compile(options, callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user