update dependencies in build.py
This commit is contained in:
parent
cda702d94d
commit
a393591741
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ def build_oxjs(downloads=False, geo=False):
|
|||
# FIXME: Document what exactly the following dependecies are!
|
||||
filenames = [
|
||||
['Fallback.js', 'Core.js'],
|
||||
['Collection.js', 'Math.js']
|
||||
# Constants.js needs Ox.toArray to determine Ox.PATH
|
||||
['Array.js', 'Math.js']
|
||||
]
|
||||
js = ''
|
||||
js_dir = 'Ox/js/'
|
||||
|
|
Loading…
Reference in a new issue