Last Updated: December 26, 2018
·
2.2K
· faulancer

Assets.js - a lightweight assets loader

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!");
});

Source Code on Github

1 Response
Add your response

@marti1125 kind of, but Assets.js is built to load js AND stylesheets. it is also more lightweight with the only target to load js and css files.

over 1 year ago ·