document Ox.UI and include in index.json
This commit is contained in:
parent
9d877800b4
commit
3087b0637d
2 changed files with 28 additions and 5 deletions
|
|
@ -158,7 +158,8 @@ def build_oxjs(downloads=False, geo=False):
|
|||
write_file(build_path + 'Ox.UI/json/Ox.UI.files.json', files)
|
||||
files = json.dumps(sorted(ui_files['dev']), indent=4)
|
||||
write_file(dev_path + 'Ox.UI/json/Ox.UI.files.json', files)
|
||||
|
||||
|
||||
ui_files['dev'].append('Ox.UI/Ox.UI.js')
|
||||
# index
|
||||
data = {
|
||||
# sum(list, []) is flatten
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue