javascript and css loader
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/jquery.wrl.min.js"></script>
<script>
jQuery(function($) {
$.wrl.addLoader({ name: '... loader name ...',
config: {
js: { ... javascript resources ... },
css:{ ... css resources ... },
html:{ ... static get resources ... }
}
});
});
</script>(Coming soon)
(Coming soon)
(Nothing yet)