Skip to content

Commit

Permalink
fixing closure load order. to be contd
Browse files Browse the repository at this point in the history
  • Loading branch information
bengaid committed Jun 22, 2023
1 parent 65fa308 commit f982fdc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions front-end/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ URL_LOCAL_SERVER=http://localhost:7854/

# Versionning (A: major, B: minor, C: time stamp)
VERSION_XDASH_A=2
VERSION_XDASH_B=730
VERSION_XDASH_B=800
VERSION_XDASH_C=0
VERSION_CHALK_IT=0.2.0
VERSION_CHALK_IT=0.3.0
36 changes: 18 additions & 18 deletions front-end/gulpFiles/JsFiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
"source/kernel/datanodes/execution-engine/DatanodeDependency.js",
"source/kernel/datanodes/gui/GraphVisu.js",
"source/kernel/datanodes/base/DatanodesListModel.js",
"source/kernel/general/interfaces/query-url-entry.js",
"source/kernel/datanodes/execution-engine/FormulaInterpreter.js",
"source/kernel/datanodes/execution-engine/TimeManager.js",
"source/kernel/datanodes/execution-engine/DatanodeScheduler.js",
Expand All @@ -319,23 +318,7 @@
"source/kernel/datanodes/gui/json-edit.js",
"source/kernel/datanodes/gui/JSEditor.js",
"source/kernel/datanodes/gui/JSEditorCompletion.js",
"source/kernel/datanodes/base/DatanodesManager.js",
"source/kernel/datanodes/export/xdsjson.js",
"source/kernel/datanodes/plugins/plugin-json-var.js",
"source/kernel/datanodes/plugins/plugin-json-memory.js",
"source/kernel/datanodes/plugins/plugin-json-formula.js",
"source/kernel/datanodes/plugins/plugin-rest-webservice.js",
"source/kernel/datanodes/plugins/plugin-generic-text-file.js",
"source/kernel/datanodes/plugins/plugin-generic-binary-file.js",
"source/kernel/datanodes/plugins/plugin-csv-file.js",
"source/kernel/datanodes/plugins/plugin-csv-play.js",
"source/kernel/datanodes/plugins/plugin-unzip-file.js",
"source/kernel/datanodes/plugins/plugin-clock.js",
"source/kernel/datanodes/plugins/clearobject.mqtt.plugin.js",
"source/kernel/datanodes/plugins/plugin-websocket.receive.datanodes.js",
"source/kernel/datanodes/plugins/plugin-websocket.send.datanodes.js",
"source/kernel/datanodes/plugins/plugin-geolocation.datanodes.js",
"source/kernel/datanodes/plugins/plugin-pyodide.js",
"source/kernel/dashboard/edition/panel-dashboard.js",
"source/kernel/utils/geoConversion.js",
"source/kernel/dashboard/plugin-handler.js",
Expand Down Expand Up @@ -396,7 +379,24 @@
"source/kernel/dashboard/toolbox-def.js",
"source/kernel/dashboard/toolbox-mgr.js",
"source/kernel/runtime/xdash-runtime-main.js",
"source/angular/modules/libs/notification/notification.js"
"source/angular/modules/libs/notification/notification.js",
"source/kernel/general/interfaces/query-url-entry.js",
"source/kernel/datanodes/base/DatanodesManager.js",
"source/kernel/datanodes/plugins/plugin-json-var.js",
"source/kernel/datanodes/plugins/plugin-json-memory.js",
"source/kernel/datanodes/plugins/plugin-json-formula.js",
"source/kernel/datanodes/plugins/plugin-rest-webservice.js",
"source/kernel/datanodes/plugins/plugin-generic-text-file.js",
"source/kernel/datanodes/plugins/plugin-generic-binary-file.js",
"source/kernel/datanodes/plugins/plugin-csv-file.js",
"source/kernel/datanodes/plugins/plugin-csv-play.js",
"source/kernel/datanodes/plugins/plugin-unzip-file.js",
"source/kernel/datanodes/plugins/plugin-clock.js",
"source/kernel/datanodes/plugins/clearobject.mqtt.plugin.js",
"source/kernel/datanodes/plugins/plugin-websocket.receive.datanodes.js",
"source/kernel/datanodes/plugins/plugin-websocket.send.datanodes.js",
"source/kernel/datanodes/plugins/plugin-geolocation.datanodes.js",
"source/kernel/datanodes/plugins/plugin-pyodide.js"
]
}
}

0 comments on commit f982fdc

Please sign in to comment.