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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-11-21 20:28:52 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-11-21 20:28:52 +0300
commit78fbb84f9e5bc618ccea1090074e07724d98fc3e (patch)
tree909cd32eee9625d2cf6891384be9eba83b936c1d /gulpfile.js
parent0fbdc439ce238c73c387a7c4dec2d33a889bba4d (diff)
Basic framework to work with features
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 4df300a5..797c526a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -114,6 +114,7 @@ sources.js = [
'./tabs/advanced_tuning.js',
'./js/peripherals.js',
'./js/appUpdater.js',
+ './js/feature_framework.js',
'./js/defaults_dialog.js',
'./node_modules/openlayers/dist/ol.js'
];