- Issue created by @Taran2L
- Assigned to jurgenhaas
At the moment, gin toolbar adds it's libraries overrides via hook_library_info_alter()
which does not run in the runtime, but during the container/cache rebuilds, which creates a problem of unintentional adding claro/gin css/js files to the frontend theme when the toolbar is not active (again, because library data is being cached). In my case it was a dialog css.
The completely different question is why to do this in the first place for dialog and others .. so it's not possible to have a dialog in frontend theme and having gin toolbar at the same time?
See the code
Rename hook_library_info_alter() to hook_library_info_build()
Review MR
None
None
None
Active
1.0
Code