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:
authorArnoTlse <76259684+ArnoTlse@users.noreply.github.com>2021-03-22 23:47:02 +0300
committerArnoTlse <76259684+ArnoTlse@users.noreply.github.com>2021-03-22 23:47:02 +0300
commita81050d121c7872cfb2e938db902ca03db362897 (patch)
tree034c995db9f8be8414d30b6f1935e36af8dddb80 /gulpfile.js
parentcf80f8c9ab3c224b97e416736f230eec5569fcc4 (diff)
Safehome : read
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 ce98ee23..a841329f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -120,6 +120,8 @@ sources.js = [
'./js/appUpdater.js',
'./js/feature_framework.js',
'./js/defaults_dialog.js',
+ './js/safehomeCollection.js',
+ './js/safehome.js',
'./node_modules/openlayers/dist/ol.js'
];