You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Tobias Marx (JIRA)" <ji...@apache.org> on 2010/08/18 12:05:17 UTC

[jira] Created: (TAP5-1247) IncludeStylesheet Annotation improvement

IncludeStylesheet Annotation improvement
----------------------------------------

                 Key: TAP5-1247
                 URL: https://issues.apache.org/jira/browse/TAP5-1247
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.2.1
            Reporter: Tobias Marx
            Priority: Minor


In general, the number of stylesheets should be kept at a minimum.

Therefore Tapestry should generate a single CSS file when rendering the page.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1247) Tapestry should create a virtual CSS file that includes all CSS for a stack, just as it does with JavaScript

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1247:
---------------------------------------

    Summary: Tapestry should create a virtual CSS file that includes all CSS for a stack, just as it does with JavaScript  (was: IncludeStylesheet Annotation improvement)

This requires a bit more work than is apparent, as the CSS files have to be parsed to identify relative URLs to other assets, and those relative URLs need to be converted into complete URLs, as the virtual asset will not be in the same folder as the original CSS file.

> Tapestry should create a virtual CSS file that includes all CSS for a stack, just as it does with JavaScript
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1247
>                 URL: https://issues.apache.org/jira/browse/TAP5-1247
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Tobias Marx
>            Priority: Minor
>
> In general, the number of stylesheets should be kept at a minimum.
> Therefore Tapestry should generate a single CSS file when rendering the page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1247) Tapestry should create a virtual CSS file that includes all CSS for a stack, just as it does with JavaScript

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1247:
---------------------------------------

    Summary: Tapestry should create a virtual CSS file that includes all CSS for a stack, just as it does with JavaScript  (was: IncludeStylesheet Annotation improvement)

This requires a bit more work than is apparent, as the CSS files have to be parsed to identify relative URLs to other assets, and those relative URLs need to be converted into complete URLs, as the virtual asset will not be in the same folder as the original CSS file.

> Tapestry should create a virtual CSS file that includes all CSS for a stack, just as it does with JavaScript
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1247
>                 URL: https://issues.apache.org/jira/browse/TAP5-1247
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Tobias Marx
>            Priority: Minor
>
> In general, the number of stylesheets should be kept at a minimum.
> Therefore Tapestry should generate a single CSS file when rendering the page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.