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

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chmelevskij <t.chmelevskij@gmail.com>2021-03-01 21:03:37 +0300
committerTomas Chmelevskij <t.chmelevskij@gmail.com>2021-03-01 21:03:37 +0300
commit6c8dd5de6dbd475a17d805b8cc2e02cb37b0e6a5 (patch)
treea477202288cf46447bd8d19da41dc2fe6f7ebb97 /gulpfile.js
parent085cdc4a2df1e713e78e2e30e7bfbc0413890a4f (diff)
feat: migrate main to modules
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 55fe654f..b4a846ad 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -320,7 +320,8 @@ function dist_rollup() {
'components/init': 'src/components/init.js',
'js/main_cordova': 'src/js/main_cordova.js',
'js/utils/common': 'src/js/utils/common.js',
- 'js/tabs/logging': 'src/js/tabs/logging.js'
+ 'js/tabs/logging': 'src/js/tabs/logging.js',
+ 'js/main': 'src/js/main.js',
},
plugins: [
alias({