Info
Version: | 2.1.9-rc |
Author(s): | Allan Bybee |
Last Update: | Wednesday, April 27, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/AzureBundling |
Install
Install-Package AzureBundling
dotnet add package AzureBundling
paket add AzureBundling
AzureBundling Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Web.Optimization(>= 1.1.3)
- WindowsAzure.Storage(>= 4.3.0)
Tags
AzureAccountName(string) - Your Azure Account Name.
AzureAccessKey(string) - Your Access Key.
CdnPath(string) - Url for your blob storage.
SecureCdnPath(string) - Secure Url for your blob storage.
CachePollTime(int) - Poll time for custom cache dependency.
BundleCacheTTL(int) - max-age to cache bundle.
UseCompression(bool) - whether or not to gzip the bundle.
JsonConfig(string) - If you prefer, you can add a config.json file and set these in it.
This setting is the Application path to the json file of your choice.
Added GzipBundleConfig so that every bundle can have its own configuartion.
No longer dependant on web.config or json file.
Everything can be set during bundle creation.
Settings can also be set at runtime. The Config class is static.