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>2022-08-19 23:48:49 +0300
committerTomas Chmelevskij <t.chmelevskij@gmail.com>2022-08-19 23:48:49 +0300
commit04d6cf556c2410cea05eab06a351a9b36a4fbb6d (patch)
tree0da9bd88d705734b13f93fd7ca470a3e2ee9ceb3 /gulpfile.js
parent7bc1db46b60a926c8c2d4df7dbcdc6fb59e73199 (diff)
Tidy up `init.js` build order
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index a03fe090..b63d5ff4 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -407,10 +407,8 @@ function dist_rollup() {
// If all the things used by other files are importing
// it with `import/export` file doesn't have to be here.
// I will be picked up by rollup and bundled accordingly.
- '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/main': 'src/js/main.js',
},
plugins: [