GitHunt
JU

juancarlospaco/nim-css-html-minify

HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces

CSS-HTML-Minify

  • HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces. Pull Requests welcome.

Use

import css_html_minify
echo minifyHtml(readFile("example.html")) ## HTML
echo minifyCss(readFile("example.css"))   ## CSS
  • No OS-specific code, so it should work on Linux, Windows and Mac. Not JS.
  • Run the module itself for an Example.
  • If you know Regex or Minification it needs Pull Requests to improve!

Install

  • nimble install css_html_minify

Requisites

  • None

Languages

Nim100.0%

Contributors

Latest Release

0.1.5November 5, 2018
MIT License
Created November 5, 2018
Updated February 9, 2023