criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
10 stars 22 forks source link

IoT Package for V10 is generating trash in the Artifact #343

Closed jrk94 closed 8 months ago

jrk94 commented 8 months ago

In V10, the html part of the iot package is required only in GUI compile time. The GUI part of IoT is no longer required as part of the iot customization package. The package will only need what is under runtime/ .

The package uses Content to pack to know what it has to pack and to generate the .tgz, but by leveraging content to pack, it also leaves trash in the final .zip

m-s- commented 8 months ago

Fixed in #341