[
https://issues.jboss.org/browse/RF-11800?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated RF-11800:
----------------------------
Summary: Allow to pack custom webapp resources using maven-richfaces-resources-plugin
by defining own complete order (was: Allow to pack custom webapp resources using
maven-richfaces-resources-plugin)
Allow to pack custom webapp resources using
maven-richfaces-resources-plugin by defining own complete order
-----------------------------------------------------------------------------------------------------------
Key: RF-11800
URL:
https://issues.jboss.org/browse/RF-11800
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: cdk
Affects Versions: 4.1.0.CR2
Reporter: Lukáš Fryč
Fix For: 4.3-Tracking
{{maven-richfaces-resources-plugin}} is right now able to scan for
{{@ResourceDependency}} occurences, order them and generate referenced resources.
In applications, there are still resources which aren't referenced by components
(using {{@ResourceDependency}}).
It should be possible to provide this plugin parameter for file which would list all the
resources which should be packed/compressed together with other resources.
This list will also provide ordering (because it can include dependencies on resources
used by RF components), e.g.:
{code}
# Scripts
jquery.js
my-custom.js
# Styles
skinning.css
my-custom.css
{code}
This feature assumes that user is using JSF resource loading mechanism for referencing
external resources ({{<h:outputScript />}} / {{<h:outputStylesheet />}}).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira