mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
parent
daf7e4d0a1
commit
f8f9a78abb
12 changed files with 198 additions and 146 deletions
|
@ -369,8 +369,10 @@ function dist_src() {
|
|||
}
|
||||
|
||||
function dist_node_modules_css() {
|
||||
return gulp.src('./**/*.min.css')
|
||||
.pipe(gulp.dest(DIST_DIR));
|
||||
return gulp.src([
|
||||
'./**/*.min.css',
|
||||
'./node_modules/ol/ol.css',
|
||||
], { base: 'node_modules' }).pipe(gulp.dest(`${DIST_DIR}node_modules/`));
|
||||
}
|
||||
|
||||
function dist_less() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue