You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @angular/* package(s) are relevant/related to the feature request?
localize
Description
Being able to upload only one single assets folder to the server to avoid uploading x time the same image
Proposed solution
I'd say it could be like that by default, and then, instead of writing ../assets we'd be writing /assets.
Then, maybe in the build object, we could add an assetsPath: string which, when given assetsPath: /$localize would then upload the assets to all the localize element
Note
I don't understand why the assets is uploaded multiple time, search over on the internet and couldn't find the reason why, so maybe the issue does not make any sense.
Alternatives considered
The text was updated successfully, but these errors were encountered:
Which @angular/* package(s) are relevant/related to the feature request?
localize
Description
Being able to upload only one single
assets
folder to the server to avoid uploading x time the same imageProposed solution
I'd say it could be like that by default, and then, instead of writing
../assets
we'd be writing/assets
.Then, maybe in the
build
object, we could add anassetsPath: string
which, when givenassetsPath: /$localize
would then upload the assets to all the localize elementNote
I don't understand why the assets is uploaded multiple time, search over on the internet and couldn't find the reason why, so maybe the issue does not make any sense.
Alternatives considered
The text was updated successfully, but these errors were encountered: