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
{{ message }}
This repository was archived by the owner on Feb 20, 2020. It is now read-only.
Moving from bower to npm made a lot of problems since we often reference to dependencies with the conditional loader like "resources/bower_components/*" this files all got a 404 error since the reference was broken an in most projects it is not possible to easily update the data-resource attributes.
Many of our projects are not yet moved to 4.2 so we have a lot of projects where we have to be aware of this issue and find solutions.
Additionally we have to check if we have more of this incompatibilities (we can not solve without backend vendors) with 5.0 and find workarounds.
Moving from bower to npm made a lot of problems since we often reference to dependencies with the conditional loader like "resources/bower_components/*" this files all got a 404 error since the reference was broken an in most projects it is not possible to easily update the data-resource attributes.
Many of our projects are not yet moved to 4.2 so we have a lot of projects where we have to be aware of this issue and find solutions.
Additionally we have to check if we have more of this incompatibilities (we can not solve without backend vendors) with 5.0 and find workarounds.