All Projects → Taritsyn → Webmarkupmin

Taritsyn / Webmarkupmin

Licence: apache-2.0
The Web Markup Minifier (abbreviated WebMarkupMin) - 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.

Projects that are alternatives of or similar to Webmarkupmin

Preact Markup
⚡️ Render HTML5 as VDOM, with Components as Custom Elements!
Stars: ✭ 167 (-46.47%)
Mutual labels:  xml, markup
Minify
Go minifiers for web formats
Stars: ✭ 2,824 (+805.13%)
Mutual labels:  minify, xml
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (+122.44%)
Mutual labels:  minify, xml
Svgo
Go Language Library for SVG generation
Stars: ✭ 1,779 (+470.19%)
Mutual labels:  xml, markup
packtag
A JSP Taglib for delivering minified, combined and gzip-compressed resources (JavaScript and CSS).
Stars: ✭ 22 (-92.95%)
Mutual labels:  minify, minification
Yii2 Minify View
Yii2 View component with minification css & js
Stars: ✭ 186 (-40.38%)
Mutual labels:  minify, minification
Image Shrinker
App for macOS. Minify your images and graphics with just one drop. Autorenamed in the same place where it comes from. Immediately!
Stars: ✭ 217 (-30.45%)
Mutual labels:  minify, minification
MinifyAll
A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗶𝗻𝗶𝗳𝗶𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 𝘾𝙤𝙢𝙥𝙧𝙚𝙨𝙨 and 𝙜𝙯𝙞𝙥 files and folders 📦 Reduce your bundle and file sizes with lightning speed ⚡
Stars: ✭ 54 (-82.69%)
Mutual labels:  minify, minification
postcss-clean
PostCss plugin to minify your CSS with clean-css
Stars: ✭ 41 (-86.86%)
Mutual labels:  minify, minification
MinifyAllCli
📦 A lightweight, simple and easy npm tool to 𝗺𝗶𝗻𝗶𝗳𝘆 JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as 𝑪𝑳𝑰 tool or 𝒊𝒎𝒑𝒐𝒓𝒕𝒂𝒃𝒍𝒆 in TS/JS as a 𝑴𝑶𝑫𝑼𝑳𝑬 🥰
Stars: ✭ 21 (-93.27%)
Mutual labels:  minify, minification
xast
Extensible Abstract Syntax Tree
Stars: ✭ 32 (-89.74%)
Mutual labels:  xml, markup
imagemin-power-cli
Optimize (compress) images with power using imagemin 💪
Stars: ✭ 13 (-95.83%)
Mutual labels:  minify, minification
Deck
Slide Decks
Stars: ✭ 261 (-16.35%)
Mutual labels:  xml, markup
Sq
swiss-army knife for data
Stars: ✭ 275 (-11.86%)
Mutual labels:  xml
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (-5.13%)
Mutual labels:  xml
Korio
Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
Stars: ✭ 282 (-9.62%)
Mutual labels:  xml
Svg Sanitizer
A PHP SVG/XML Sanitizer
Stars: ✭ 280 (-10.26%)
Mutual labels:  xml
Statically
⚡️ The best free and fast CDN for images, CSS, JavaScript, and open source.
Stars: ✭ 299 (-4.17%)
Mutual labels:  minification
Hquery.php
An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
Stars: ✭ 295 (-5.45%)
Mutual labels:  xml
Project Mulla
Talk to MPESA API via a REST API. Bringing the MPESA G2 API to the 21st century. --
Stars: ✭ 282 (-9.62%)
Mutual labels:  xml

Web Markup Minifier NuGet version Download count

WebMarkupMin logo

The Web Markup Minifier (abbreviated WebMarkupMin) - 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 HTML Minifier (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (written in Java).

Minification of markup produces by removing extra whitespace, 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 and built-in CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier. 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), WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .NET) and WebMarkupMin.NUglify (contains minifier-adapters for the NUglify).

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

In addition, there are several modules that integrate this library into ASP.NET: WebMarkupMin.AspNet4.HttpModules (for ASP.NET 4.X and ASP.NET Web Pages), WebMarkupMin.AspNet4.Mvc (for ASP.NET MVC 3, 4 or 5), WebMarkupMin.AspNet4.WebForms (for ASP.NET Web Forms 4.X), WebMarkupMin.AspNetCore1 (for ASP.NET Core 1.X) and WebMarkupMin.AspNetCore2 (for ASP.NET Core 2.X).

You can try WebMarkupMin in action and experiment with different minification settings live on the WebMarkupMin Online site.

NuGet Packages

Core

  • WebMarkupMin: Core (supports .NET Framework 4.0 Client, .NET Framework 4.5, .NET Standard 1.3, .NET Standard 2.0 and .NET Standard 2.1)

External JS and CSS minifiers

ASP.NET Extensions

Unofficial modules

Requires NuGet Package Manager version 2.8.6 or higher.

Documentation

Documentation is located on the wiki of this Repo.

Previous Versions

Source code and documentation for previous versions of WebMarkupMin are located on CodePlex. If you have used old versions of WebMarkupMin, then I recommend to first read “How to upgrade applications to version 2.X” section of the documentation.

Who's Using WebMarkupMin

If you use WebMarkupMin in some project, please send me a message so I can include it in this list:

Software

Websites

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].