Module: loader
Loader dynamically loads script and css files. It includes the dependency
info for the version of the library in use, and will automatically pull in
dependencies for the modules requested. It supports rollup files and will
automatically use these when appropriate in order to minimize the number of
http connections required to load all of the dependencies. It can load the
files from the Yahoo! CDN, and it can utilize the combo service provided on
this network to reduce the number of http connections required to download
YUI files.
This module contains the following classes:
Submodules:
loader-base
- The YUI loader core
rollup
- Optional automatic rollup logic for reducing http connections
when not using a combo service.
yui3
- YUI 3 module metadata