[
https://issues.apache.org/jira/browse/SHINDIG-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Brown resolved SHINDIG-308.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.0.x-incubating
1.0.0-rc1
trunk
This was addressed with the rewriter rewrite.
> Always concatenate CSS files together.
> --------------------------------------
>
> Key: SHINDIG-308
> URL: https://issues.apache.org/jira/browse/SHINDIG-308
> Project: Shindig
> Issue Type: Improvement
> Components: Gadget Rendering Server (Java)
> Reporter: Kevin Brown
> Assignee: Louis Ryan
> Priority: Minor
> Fix For: trunk, 1.0.0-rc1, 1.0.x-incubating
>
>
> CSS files can always be concatenated together, as long as order is preserved.
> This means that the following can safely be converted to a single proxy
> request:
> <style> @import url(a.css) @import url(b.css) @import url(c.css) </style>
> can become
> <style> @import url(.../concat?1=a.css&2=b.css&3=c.css) </style>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.