web_minify 1.0.1
web_minify: ^1.0.1 copied to clipboard
HTML, CSS and JavaScript minifiers in pure Dart. One call minifies a whole page, inline style and script blocks included, with no external dependencies.
1.0.1 #
- README: every
HtmlMinifier,CssMinifierandJsMinifieroption is now documented with its default.
1.0.0 #
- Initial release.
minifyminifies a whole file: an HTML page goes through in one piece, inline<style>and<script>blocks included.minifyHtml,minifyCssandminifyJsname a language outright.HtmlMinifier,CssMinifierandJsMinifiercarry the options.detectMinifyLanguageworks the language out from a path or from the content.web_minifycommand line front end.