[
https://issues.apache.org/jira/browse/OFBIZ-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220592#comment-14220592
]
Deepak Dixit commented on OFBIZ-5776:
-------------------------------------
Thanks Adrian for the comment.
Let me try to explain:
Image webapp also used for product images as well. If we want to mount images
webapp separately then we need to also override the static resources and
product images as well. Ideally as name suggest images webapp should only
responsible for images (for product and category, etc) as framework code used
the images webapp for the same.
As we have resources webapp as well and static resources like js, css, and css
related images should be part of this webapp. If move static resources to
resources webapp then we are free to independently mount images and resources
webapp. This is also discussed under
"http://ofbiz.markmail.org/thread/5i63sed4anc672x6"
> Move static resources from framework/images to framework/resources webapp
> -------------------------------------------------------------------------
>
> Key: OFBIZ-5776
> URL: https://issues.apache.org/jira/browse/OFBIZ-5776
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Deepak Dixit
> Priority: Minor
> Attachments: OFBIZ-5776.patch
>
>
> Move all the static resources form images webapp to resources webapp, as they
> all are more related to resources rather then images.
> Also we need to rearrange these resources based on their purpose, like
> - Move all js related files and plugins under resources/js
> - Move all the css related files and plugins under resources/css
> - Move all the images related to js and css under resources/images or
> resources/img
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)