This package contains Fusion prototypes to work with Script HTML tags in your Flow Framework and Neos CMS project.
Generate a HTML script element in HTML5:
stylesheets.main = Ttree.Script:Resource {
uri = 'resource://Your.Package/Public/Scripts/Main.js'
cacheBusting = true
}
You can disable HTTP cache busting by setting cacheBusting
to false
.
Set inline
to true
to inline the content of the resource.
Generate a HTML script element in HTML5:
javascripts.main = Ttree.Script:External {
uri = 'http://www.domain.com/main.js'
}
Development sponsored by ttree ltd - neos solution provider.
We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.
The MIT License (MIT). Please see LICENSE for more information.