Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormirko-it <mirko-it@users.noreply.github.com>2019-05-31 13:01:04 +0300
committerPaweł Spychalski <pspychalski@gmail.com>2019-05-31 13:01:04 +0300
commite1d92bc114333c162e8993adc948a6175aa1cff0 (patch)
treecd03e1eedf63359968d97f429289f4d72607e120 /gulpfile.js
parent87f8f73c0a62eb5ebe847111ada1d058e871fde8 (diff)
Fix for Load/Save mission not working (#783)
* Offline missions (with FC disconnected) are now available for load and save to file. Supports XML file format, should be compatible enough with other software * removed default file name * removed code in early stage of future developments * code style and fc buttons * map resize handling * fix include nwdialog and fs packages * xml2js lib with all dependencies in a single file
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index f71d23f7..804c896d 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -61,6 +61,8 @@ sources.js = [
'./js/libraries/d3.min.js',
'./js/libraries/jquery.nouislider.all.min.js',
'./node_modules/three/three.min.js',
+ './node_modules/nw-dialog/index.js',
+ './js/libraries/bundle_xml2js.js',
'./js/libraries/Projector.js',
'./js/libraries/CanvasRenderer.js',
'./js/libraries/jquery.flightindicators.js',