1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 21:05:28 +03:00
Commit graph

64 commits

Author SHA1 Message Date
Alberto García Hierro
a945f89927 Don't minify JS and CSS
There is little to be gained in runtime performance and it
complicates the build.
2017-09-04 14:17:26 +01:00
Alberto García Hierro
810cc04c1e Add missing js file to 'dist-build' task
Worker file referenced from OSD tab
2017-08-31 21:27:56 +01:00
Alberto García Hierro
4f45cab09d Rename 'deploy' related taks to 'minify'
Also, make the minify task use the files created by 'build'
as inputs. Now 'dist-build' depends on 'minify', which depends
on 'build' so all files are properly regenerated when running
the 'dist' task.
2017-08-31 21:27:56 +01:00
Alberto García Hierro
693f2c2c9a Remove redundant pattern in 'dist-build'
'./images/**/*' includes './images/*'
2017-08-31 21:27:56 +01:00
Alberto García Hierro
a5f0fe5d8d Add gulp task for generating NW.js apps
Also, now that we have support for regenerating all the files
in ./build/ properly, we can safely delete it from the repository
to clean up commits and PRs. They no longer need to update the
generated files in ./build/.

Generated apps are stored in ./apps/. Run gulp.js release to
generate apps for win32, osx64 and linux64.

To package the Chrome app, run gulp.js dist and pack the ./dist/
folder.
2017-08-31 21:27:56 +01:00
Alberto García Hierro
14f9cb80df Cleanup gulpfile.js, fix minification
Move outputDir to a constant.
Add an output variable which contains the filenames for each
output file.
Remove usage of 'let' and 'for(... of [Object])' from osd.js,
since uglify doesn't support ES6 and babel failed on
google-analytics-bundle.js
Fix 'deploy-receiver-css'. uglify() was being called as part of
the pipeline instead of the correct minifyCSS() call.
Let npm sort the deps rather than editing them manually
Add missing openlayers dependency
2017-08-31 21:27:31 +01:00
azol
73f324e4c1 add runcam split suport
add peripherals column on ports page

fixed ports page will show the rcsplit with apiversion less 1.27.0

move the modeName adjust function to peripherals.js, and add failsafe modename not update when rcsplit available

cleanup

clean up
2017-08-06 11:05:43 +08:00
Konstantin (DigitalEntity) Sharlaimov
64464291c4 Add font-awesome; Add support links 2017-06-08 21:51:43 +03:00
Pawel Spychalski (DzikuVx)
36358ae175 CSS files moved to src folder 2017-06-04 19:29:50 +02:00
Pawel Spychalski (DzikuVx)
0777ef391c MSP_FW_CONFIG frame support 2017-05-26 14:22:49 +02:00
Pawel Spychalski (DzikuVx)
9b58be1987 OpenLayers and OpenStreetMap instead of Google Maps 2017-03-09 22:20:05 +01:00
Pawel Spychalski (DzikuVx)
d612ffd59c lib updates 2017-03-08 23:39:01 +01:00
Pawel Spychalski (DzikuVx)
2766c1ddc9 updated libs 2017-03-08 23:04:38 +01:00
Pawel Spychalski (DzikuVx)
61316503ca build system - progress 2017-01-27 14:21:29 +01:00