mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
clean up gulpfile.js
throwing out the generator config as I can't find a place to use it.
This commit is contained in:
parent
3843b4250b
commit
0c5f3656fb
2 changed files with 0 additions and 7 deletions
|
@ -230,8 +230,6 @@ function dist_src() {
|
|||
var distSources = [
|
||||
'./src/**/*',
|
||||
'!./src/css/dropdown-lists/LICENSE',
|
||||
'!./src/css/font-awesome/css/font-awesome.css',
|
||||
'!./src/css/opensans_webfontkit/*.{txt,html}',
|
||||
'!./src/support/**'
|
||||
];
|
||||
var packageJson = new stream.Readable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue