Enum BundleOptions
Namespace: Umbraco.Cms.Core.Manifest
Assembly: Umbraco.Core.dll
Syntax
public enum BundleOptions
Fields
Name | Description |
---|---|
Default | The default bundling behavior for assets in the package folder. |
Independent | The packages assets will be processed as it's own separate bundle. (in debug, files will not be processed) |
None | The assets in the package will not be processed at all and will all be requested as individual assets. |