Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.2-SNAPSHOT
-
None
Description
Currently the URLs use /$/ to separate localePrefix, libraryName and resourceName. However, it makes a lot more sence to automatically use the very first part as locale prefix, everything after that and before the last slash as the libraryName and the last part as the resourceName.
In this way we also allow cross library referencing via relative paths, e.g. when having a "css" and a "images" library.