absmach / magistrala-ui

UI Repository for Magistrala IoT
9 stars 15 forks source link

NOISSUE - Embed Static Files to UI Binary #225

Closed rodneyosodo closed 3 months ago

rodneyosodo commented 3 months ago

What type of PR is this?

What does this do?

Use //go:embed directive to embed static files directly to the go binary making it easier to include html, CSS, javascript and images in the binary

Which issue(s) does this PR fix/relate to?

No issue

Have you included tests for your changes?

Did you document any new/modified functionality?

Notes