Cassette.CommonJs
1.0.5
dotnet add package Cassette.CommonJs --version 1.0.5
NuGet\Install-Package Cassette.CommonJs -Version 1.0.5
<PackageReference Include="Cassette.CommonJs" Version="1.0.5" />
paket add Cassette.CommonJs --version 1.0.5
#r "nuget: Cassette.CommonJs, 1.0.5"
// Install Cassette.CommonJs as a Cake Addin #addin nuget:?package=Cassette.CommonJs&version=1.0.5 // Install Cassette.CommonJs as a Cake Tool #tool nuget:?package=Cassette.CommonJs&version=1.0.5
Plugin for Cassette to bundle JavaScript using CommonJS style references.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- AjaxMin (>= 4.84.4790.14417)
- Cassette (>= 2.4.2)
- Newtonsoft.Json (>= 6.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.5
- Remove concat processor from pipeline, replace with CommonJS wrapper (which will call default if no CommonJS in bundle)
Version 1.0.4
- Fix for external references.
Version 1.0.2
- Update Cassette dependency to 2.4
Version 1.0.1
- Update to same .Net 4 Client Profile version used by Cassette
- Add dependency to Json.Net
- Replace global require with shim
Version 1.0.0
- Initial release