default
bundler
The default bundler of HTML, CSS & JS
Provides the view and the pack functions with a list of entries for an asset type relative to the client directory. The default implementation is used.
An entry describes:
Param | Type | Details |
---|---|---|
assetType | String | js/css/tmpl |
systemAssets | Object | Collection of libs, modules, initCode |
[AssetEntry] | List of output entries |
Return entries for the loader/start/module depending on includes.system client config and system assets. Multiple arguments will attempt to add module for the name. Special module names are 'loader' and 'start'.
AssetEntry | Resource entries array |