You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be misunderstanding your question however it sounds like your issue is actually related to the build tooling (lasso or web pack). In lasso if you have bundlingEnabled: true all bundled javascript will be placed in a single script tag which you can append to the body.
For HTML rendering speed, it's advisable to have <script> tags right at the bottom of the page (before
</body>
).But when we have Marko partials, can we combine script tags to be yielded/rendered outside the partial's own block?
The text was updated successfully, but these errors were encountered: