Skip to content

andygreig/Includerer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Includerer

Minimalist async script loader

How to use

// single script
includerer('/js/test-script.js',  function(){
  script.run();
});
// multiple scripts that rely on each other
includerer(['/js/test-script2.js', '/js/test-script.js'], function(){
  // callback runs once all dependant scripts have loaded
	script.run();
});

About

Minimalist async script loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published