AzureBundling 1.0.9
dotnet add package AzureBundling --version 1.0.9
NuGet\Install-Package AzureBundling -Version 1.0.9
<PackageReference Include="AzureBundling" Version="1.0.9" />
paket add AzureBundling --version 1.0.9
#r "nuget: AzureBundling, 1.0.9"
// Install AzureBundling as a Cake Addin #addin nuget:?package=AzureBundling&version=1.0.9 // Install AzureBundling as a Cake Tool #tool nuget:?package=AzureBundling&version=1.0.9
This package allows Bundles to be created using files from Azure. The Bundles can be either CSS or JS Bundles that are minified and a seperate Gzip compressed file will be created as well. It sets the CdnPath of the Bundle to the compressed file if the Request Accepts gzip. Otherwise the CdnPath is set to the non-compressed file. The bundle is also created in memory for complete fallback protection.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
- Microsoft.WindowsAzure.ConfigurationManager (>= 2.0.3)
- WindowsAzure.Storage (>= 4.3.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.9 | 125 | 3/5/2015 |
There are 6 setting values that can be set in the web.config file of your website.
They can be passed in at initialization as well. If set in web.config, those values will be used.
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.
If you prefer, you can add a config.json file and set these in it.