1
0
Fork 0
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:
Kyle K 2019-11-03 21:41:38 +00:00
parent 3843b4250b
commit 0c5f3656fb
2 changed files with 0 additions and 7 deletions

View file

@ -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;