web_minify 1.0.1 copy "web_minify: ^1.0.1" to clipboard
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, CssMinifier and JsMinifier option is now documented with its default.

1.0.0 #

  • Initial release.
  • minify minifies a whole file: an HTML page goes through in one piece, inline <style> and <script> blocks included.
  • minifyHtml, minifyCss and minifyJs name a language outright.
  • HtmlMinifier, CssMinifier and JsMinifier carry the options.
  • detectMinifyLanguage works the language out from a path or from the content.
  • web_minify command line front end.
1
likes
160
points
152
downloads

Documentation

API reference

Publisher

verified publishercomapps.be

Weekly Downloads

HTML, CSS and JavaScript minifiers in pure Dart. One call minifies a whole page, inline style and script blocks included, with no external dependencies.

Homepage
Repository (GitHub)
View/report issues

Topics

#minify #html #css #javascript #optimization

License

MIT (license)

More

Packages that depend on web_minify