WebMarkupMin.Core 0.9.12

dotnet add package WebMarkupMin.Core --version 0.9.12
                    
NuGet\Install-Package WebMarkupMin.Core -Version 0.9.12
                    
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="WebMarkupMin.Core" Version="0.9.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebMarkupMin.Core" Version="0.9.12" />
                    
Directory.Packages.props
<PackageReference Include="WebMarkupMin.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebMarkupMin.Core --version 0.9.12
                    
#r "nuget: WebMarkupMin.Core, 0.9.12"
                    
#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.
#addin nuget:?package=WebMarkupMin.Core&version=0.9.12
                    
Install as a Cake Addin
#tool nuget:?package=WebMarkupMin.Core&version=0.9.12
                    
Install as a Cake Tool

The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.

WebMarkupMin absorbed the best of existing solutions from non-microsoft platforms: Juriy Zaytsev's Experimental HTML Minifier (https://kangax.github.com/html-minifier/) (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (http://code.google.com/p/htmlcompressor/) (written in Java).

Minification of markup produces by removing extra whitespaces, comments and redundant code (only for HTML and XHTML). In addition, HTML and XHTML minifiers supports the minification of CSS code from style tags and attributes, and minification of JavaScript code from script tags, event attributes and hyperlinks with javascript: protocol. WebMarkupMin.Core contains built-in JavaScript minifier based on the Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin) and built-in CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier (http://madskristensen.net/post/Efficient-stylesheet-minification-in-C.aspx). The above mentioned minifiers produce only the most simple minifications of CSS and JavaScript code, but you can always install additional modules that support the more powerful algorithms of minification: WebMarkupMin.MsAjax (contains minifier-adapters for the Microsoft Ajax Minifier - https://ajaxmin.codeplex.com/) and WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .Net - https://github.com/PureKrome/YUICompressor.NET).

Also supports minification of views of popular JavaScript template engines: KnockoutJS, Kendo UI MVVM and AngularJS.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
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 (11)

Showing the top 11 popular GitHub repositories that depend on WebMarkupMin.Core:

Repository Stars
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
grandnode/grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
ErsatzTV/ErsatzTV
Stream custom live channels using your own media
madskristensen/WebEssentials2013
Visual Studio extension
madskristensen/MiniBlog
A minimal blog engine using Razor Web Pages
anobaka/Bakabase
A local media manager for all types of files. 二次元老司机专用的本地媒体文件管理器,支持管理和处理音视频、本子、图集、小说、哔哩哔哩视频、游戏甚至mod等各类资源
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
trullock/NUglify
NUglify is a HTML, JavaScript and CSS minification Library for .NET (fork of AjaxMin + new features)
madskristensen/WebEssentials2015
A Visual Studio extension for web developers
Wyamio/Wyam
A modular static content and static site generator.
ZarehD/AspNetStatic
Transform ASP.NET Core into a static site generator.
Version Downloads Last Updated
0.9.12 3,137 4/1/2015
0.9.11 1,519 1/31/2015
0.9.9 797 11/25/2014
0.9.8 2,550 10/26/2014
0.9.7 327 10/9/2014
0.9.6 208 9/30/2014
0.9.4 184 9/27/2014
0.9.3 542 9/14/2014
0.9.2 1,774 9/11/2014
0.9.1 116 9/10/2014
0.9.0 138 9/9/2014
0.9.0-beta4 90 9/8/2014
0.9.0-beta3 153 7/24/2014
0.9.0-beta2 84 7/10/2014
0.9.0-beta1 560 7/3/2014
0.8.21 827 5/27/2014
0.8.20 85 5/18/2014
0.8.18 420 3/15/2014
0.8.13 188 11/26/2013
0.8.11 148 9/17/2013
0.8.9 92 7/17/2013
0.8.7 88 6/5/2013
0.8.6 69 5/30/2013
0.8.2 82 4/22/2013
0.8.1 84 4/20/2013
0.8.0 77 4/15/2013
0.7.3-beta1 80 4/2/2013
0.7.2-alpha1 82 3/28/2013
0.7.1-alpha1 65 3/26/2013
0.7.0-alpha1 80 3/25/2013

Fixed a bug #16 «Minify AngularJS binding expressions causes exception with `ngRepeat`».