Skip to content

A simple assets manager utilizing jQuery's build in $.Deferred object.

Notifications You must be signed in to change notification settings

aheinze/Assets.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Assets.js

A simple assets manager utilizing jQuery's build in $.Deferred object.

Assets.require(["mystyle.css", "myscript.js"], function(){
 
    alert("mystyle.css and myscript.js fully loaded!");
});

About

A simple assets manager utilizing jQuery's build in $.Deferred object.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published