[
https://issues.apache.org/jira/browse/TOBAGO-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-1653.
-------------------------------------
Resolution: Fixed
> Shorten the resource path of CSS, JavaScript, etc. in the themes
> -----------------------------------------------------------------
>
> Key: TOBAGO-1653
> URL: https://issues.apache.org/jira/browse/TOBAGO-1653
> Project: MyFaces Tobago
> Issue Type: Task
> Components: Themes
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Priority: Minor
> Fix For: 3.0.0
>
>
> Currently we have e.g. this path:
> {code}
> /org/apache/myfaces/tobago/renderkit/html/charlotteville/standard/bootstrap/4.0.0-alpha.5/js/bootstrap.js
> {code}
> (the String "standard", was the browser in Tobago 2 and is no longer used)
> So, we have a little change here and we can clean up a bit to shorten this
> very long path to
> {code}
> /org/apache/myfaces/tobago/charlotteville/bootstrap/4.0.0-alpha.5/js/bootstrap.js
> {code}
> Prefix: /org/apache/myfaces/tobago
> Theme: charlotteville
> Lib: bootstrap
> Lib-Version: 4.0.0-alpha.5
> Usual File Structure: js/bootstrap.js
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)