embroider-build / embroider

Compiling Ember apps into spec-compliant, modern Javascript.
MIT License
329 stars 137 forks source link

with namespace in publicAssets don't include path #1874

Closed mansona closed 1 month ago

mansona commented 1 month ago

When you provide a namespace to the options of addon.publicAssets() don't include the folder path in the file names. It was likely included as a bug originally but we need to only out out of it when namespace is used to prevent the need for a major release

This essentially shows that https://github.com/embroider-build/embroider/pull/1867 didn't quite go far enough 🙈