Minification (programming): Difference between revisions

Content deleted Content added
m I just replaced Dead link with an online minification web app.
clean out mentions of particular tools
Line 35:
[[Visual Studio Code]] comes with minification support for several languages. It can readily browse the Visual Studio Marketplace to download and install additional minifiers.
 
JavaScript optimizers can minify and generate source maps. In addition certain online tools can compress [[Cascading Style Sheets|CSS]] files.{{citation needed|date=November 2011}}
JavaScript optimizers which can minify and generate source maps include UglifyJS and [[Google Closure Tools|Google Closure Compiler]]. In addition, certain online tools, such as Microsoft Ajax Minifier,<ref>[https://github.com/Microsoft/ajaxmin Microsoft Ajax Minifier]. Ajaxmin.codeplex.com (13 September 2012).</ref> the [[YUI Library|Yahoo! YUI]] Compressor or [[Pretty Diff]],<ref>[http://prettydiff.com/?m=minify Pretty Diff]. Pretty Diff.</ref> can compress [[Cascading Style Sheets|CSS]] files.{{citation needed|date=November 2011}} For minification of HTML code there are the following tools: HtmlCompressor,<ref>[https://code.google.com/archive/p/htmlcompressor/ HtmlCompressor]. code.google.com/archive/p/htmlcompressor (11 February 2017).</ref> HTMLMinifier<ref>[https://github.com/kangax/html-minifier/ HTMLMinifier]. github.com/kangax/html-minifier (11 February 2017).</ref> and WebMarkupMin.<ref>[https://github.com/Taritsyn/WebMarkupMin/ WebMarkupMin]. github.com/Taritsyn/WebMarkupMin (11 February 2017).</ref> There is a Power-Shell script named "minifyPS"<ref>[http://minifyps.codeplex.com Unminify All]. An Online Minification web Application.</ref> that is able to shrink PowerShell script code as well as JavaScript code.
 
===Web development===