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
As such, apps/content-ce/app/src/assets/images/alfresco-logo.svg is not deployed, instead node_modules/@alfresco/adf-content-services/bundles/assets/alfresco-logo.svg is included in the final build. The two files appear to be the same. Why have the file under apps/content-ce/... if it's never actually used? I think it suggests that devs assumed like me that content-ce would take precedence over assets loaded from adf-core.
We are able to work around this by adding an assets "rule" at the end of the list so our extension actually provides the final file.
I'm creating the issue because I think (and it appears content-ce devs too) that content-ce assets should take precedence over adf-core assets.
The text was updated successfully, but these errors were encountered:
In ADW 2.8 and 2.9 (only versions reviewed)
./angular.json
includes asset copying rules atprojects/content-ee/targets/build/options/assets
.The following "rule":
Occurs before this "rule":
As such,
apps/content-ce/app/src/assets/images/alfresco-logo.svg
is not deployed, insteadnode_modules/@alfresco/adf-content-services/bundles/assets/alfresco-logo.svg
is included in the final build. The two files appear to be the same. Why have the file underapps/content-ce/...
if it's never actually used? I think it suggests that devs assumed like me thatcontent-ce
would take precedence over assets loaded fromadf-core
.We are able to work around this by adding an assets "rule" at the end of the list so our extension actually provides the final file.
I'm creating the issue because I think (and it appears content-ce devs too) that
content-ce
assets should take precedence overadf-core
assets.The text was updated successfully, but these errors were encountered: