Info
Version: | 0.0.14-alpha |
Author(s): | Ackara |
Last Update: | Thursday, November 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Ackara/Optimus |
NuGet Url: | https://www.nuget.org/packages/Acklann.WebOps |
Install
Install-Package Acklann.WebOps
dotnet add package Acklann.WebOps
paket add Acklann.WebOps
Acklann.WebOps Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Download the [Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=acklann.webops) for better ease of use.
How to use the MSBuild target
-----------------------------
Open the project's .cspoj file and add our <OptimizeOnBuild>true</OptimizeOnBuild> element as a child of any <PropertyGroup> element.
example:
<Project>
...
<PropertyGroup>
<OptimizeOnBuild>true</OptimizeOnBuild>
</PropertyGroup>
...
</Project>
The package will also add a `minifier.config` file at the root of your project. MSBuild will use the .config file to determine how optimize your project.
The file added will assume all of the defaults, view the [documentation](https://github.com/Ackara/Optimus) to learn more.