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
But when compared in ParadoxThemePlugin in WebKeys.exportedMappings with include(path) there is no match, because referencedWebjarAssets are using URL slash /, but webModules / mappings are using Windows file separator \.
Our current workaround is to override referencedWebjarAssets and normalize it to file separator slashes with help of SbtWeb.path:
When developing custom theme on Windows minimal webjar assets are not included in theme resources.
referencedWebjarAssets
returns all referenced assets:Accoring to
show webModules / mappings
all referenced resources are on classpath:But when compared in
ParadoxThemePlugin
inWebKeys.exportedMappings
withinclude(path)
there is no match, becausereferencedWebjarAssets
are using URL slash/
, butwebModules / mappings
are using Windows file separator\
.Our current workaround is to override
referencedWebjarAssets
and normalize it to file separator slashes with help ofSbtWeb.path
:The text was updated successfully, but these errors were encountered: