Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that product icons are packaged (#1587)
Hello folks Here's a fix that ensures installation of missing product icons but I'm not really happy about two things. It seems that we're somehow trying to webpack this (I don't really have experience with this) I know that we're doing some npm installation in spec so I'm not sure if we should fix the webpack instead. ``` {_builddir}/agama/src/assets/products/*.svg web/webpack.config.js: { from: "./src/assets/products/*.svg", to: "assets/logos/[name][ext]" } ``` Why do we have it in src/assets/products/*.svg and install it into assets/logos/*.svg ? Let's just use same path in both cases. Cheers ![image](https://github.com/user-attachments/assets/4440f5ec-7479-43df-9eed-f69631bf9e65)
- Loading branch information