Skip to content

juancarlospaco/nim-css-html-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages