[
https://issues.apache.org/jira/browse/TAP5-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
François Facon closed TAP5-1486.
--------------------------------
> When Tapestry adds CSS and JS files to the page, it should ensure that CSS
> files are above any JavaScript files
> ---------------------------------------------------------------------------------------------------------------
>
> Key: TAP5-1486
> URL: https://issues.apache.org/jira/browse/TAP5-1486
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.3, 5.2.5
> Reporter: Howard M. Lewis Ship
> Assignee: François Facon
> Priority: Minor
> Fix For: 5.3
>
> Attachments: patch Data for DocumentLinkerImplTest.txt, patch
> DocumentLinkerImpl.txt
>
>
> From the "Audit" tab of Chrome Developer Tools:
> The following external CSS files were included after an external JavaScript
> file in the document head. To ensure CSS files are downloaded in parallel,
> always include external CSS before external JavaScript
> I think the best order would be:
> Add all CSS files first; add them *before* any <script> tag or, failing that,
> at the end of the <head>.
> Add all JavaScript files second; add them *after* any <link> tag or, failing
> that, at the end of the <head>.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira