JsAndCssCombiner 1.0.7

dotnet add package JsAndCssCombiner --version 1.0.7
NuGet\Install-Package JsAndCssCombiner -Version 1.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JsAndCssCombiner" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsAndCssCombiner --version 1.0.7
#r "nuget: JsAndCssCombiner, 1.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JsAndCssCombiner as a Cake Addin
#addin nuget:?package=JsAndCssCombiner&version=1.0.7

// Install JsAndCssCombiner as a Cake Tool
#tool nuget:?package=JsAndCssCombiner&version=1.0.7

Combine and Compress JavaScript and CSS files on any WebForms or MVC application with zero modifications to the webforms/views. Requires minimal configuration. No need to change the way you include the js and css resources on your pages. Simply decorate your action methods with [Combiner(...)] attribute and that's it. Or use the CombinerWebControl for your webforms.
Turn on/off features on the fly by editing a simple text file.
Features include: combines all js and css files into one of each; minimizes their contents; replaces image paths to point to cdn; versions the combined files (or non-combined) automatically after every build or manually; applies output caching to your pages; moves all js to the bottom of the page; moves all css to the head element; removes duplicate js and css files; is able to parse IE conditional comments and only includes the content of these when the corresponding IE version made the request.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 183 1/25/2012