mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
MSP_FW_CONFIG frame support
This commit is contained in:
parent
a86c3138d5
commit
0777ef391c
8 changed files with 234 additions and 5 deletions
|
@ -164,7 +164,7 @@ gulp.task('deploy-receiver-msp-js', function () {
|
|||
gulp.task('deploy', ['deploy-css', 'deploy-js', 'deploy-receiver-msp-js', 'deploy-receiver-css']);
|
||||
|
||||
gulp.task('watch', function () {
|
||||
gulp.watch('js/*.js', ['build-js']);
|
||||
gulp.watch('js/**/*.js', ['build-js']);
|
||||
gulp.watch('css/*.css', ['build-css']);
|
||||
gulp.watch('main.css', ['build-css']);
|
||||
gulp.watch('main.js', ['build-js']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue