OpenLightingProject / rp2040-dmxsun

RP2040-based USB DMX dongle with integrated web server
GNU General Public License v3.0
87 stars 17 forks source link

Web-UI compilation should be integrated properly #61

Closed kripton closed 1 year ago

kripton commented 1 year ago

At the moment, the way the Web-UI is being built is a bit of a hack. It runs during the "CMake" step, not during "make" where it actually should be. Also, it doesn't fail the build if for some reason (NodeJS missing, dependencies not resolving properly, ...) the compilation of the Web-UI fails. This is all mainly due to my very basic knowledge of CMake.