I'm trying to add CloudFlare's RocketLoader JS attribute tag data-cfasync='true' to some of my files manually.
I've learned how to load js files through layout.xml, but I'm not sure how to add the attribute through the XML.
What I have now:
<script type="text/javascript" src="http://website.com/js/prototype/prototype.js">
What I'm trying to get to:
<script data-cfasync="true" type="text/javascript" src="http://website.com/js/prototype/prototype.js">