[
https://issues.apache.org/jira/browse/WICKET-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233164#comment-14233164
]
Andrea Del Bene commented on WICKET-5780:
-----------------------------------------
For "minification" I actually mean the ability to change resource path to
minified version (i.e from '/css/mystyle.css' to '/css/mystyle.min.css').
PackageResourceReference does it in getName(). It would be nice to do the same
for context relative resource. Of course, you must have both resource versions
(minified and not) in your context folder to make it work.
> Add a resource reference for ContextRelativeResource
> ----------------------------------------------------
>
> Key: WICKET-5780
> URL: https://issues.apache.org/jira/browse/WICKET-5780
> Project: Wicket
> Issue Type: Improvement
> Reporter: Andrea Del Bene
> Assignee: Andrea Del Bene
> Priority: Minor
>
> Wicket has class ContextRelativeResource for context relative resources such
> as '/css/mystyle.css'. However we still miss a corresponding resource
> reference class to use context relative css/js as header items.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)