separating JSS from CSS at plone.htmlhead
Posted
by badchoosed
on Stack Overflow
See other posts from Stack Overflow
or by badchoosed
Published on 2010-03-09T20:34:22Z
Indexed on
2010/03/17
5:41 UTC
Read the original article
Hit count: 342
Hey there! I'm using Plone 3.1.7 in a project that needs performance tweaks. One of the tweaks requests that CSS should be at the top of page and the JS should be at the bottom. However both are located at
<div tal:replace="structure provider:plone.htmlhead" />
In main_template. How do I split these ones?
Thanks in advance
© Stack Overflow or respective owner