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>2018-01-26 17:31:42 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2018-01-26 17:31:42 +0300
commitbb8507e81b49489073c6b008a84c23656552bc4a (patch)
treed2ff4e8f48e7988799c8a3c834e57df3871045f9 /gulpfile.js
parent385827a66f677e8de61647c01485879d18919e10 (diff)
ground work for mmix editing
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fa5fe8c8..d396f71b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -91,7 +91,9 @@ sources.js = [
'./js/boards.js',
'./js/tasks.js',
'./js/servoMixRule.js',
- './js/servoMixRuleCollection.js',
+ './js/motorMixRule.js',
+ './js/servoMixerRuleCollection.js',
+ './js/motorMixerRuleCollection.js',
'./main.js',
'./tabs/*.js',
'./js/eventFrequencyAnalyzer.js',