Skip to content

Drupal 8 module. Loads all Javascript located at page bottom after the onLoad event has been fired. This truly deferres the load of JS files.

License

Notifications You must be signed in to change notification settings

asilgag/js-post-load

Repository files navigation

JS Post Load

Drupal 8 module. Loads all Javascript located at page bottom after the onLoad event has been fired. This truly deferres the load of JS files.

Installation

Add GitHub's repository to composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "[email protected]:asilgag/js-post-load.git"
        }
    ],

Execute composer require:

composer require asilgag/js_post_load

About

Drupal 8 module. Loads all Javascript located at page bottom after the onLoad event has been fired. This truly deferres the load of JS files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published