Skip to content

What is a good position to place bundled files in HTML? #790

Discussion options

You must be logged in to vote

The bundle extension defers script loading, all javascripts will be executed as soon as the DOM is fully loaded. Therefore in most cases it shouldn't make a difference if you put some scripts in the body. Some js modules might need this for technical reasons, but this can be solved individually in each extension.

For more information on this topic see also #289

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adavisievolve
Comment options

Answer selected by adavisievolve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants