No description
Find a file
2019-03-18 05:42:51 -03:00
src Gotta Go Fast 2019-03-18 05:42:51 -03:00
.gitignore Initial commit 2018-11-05 14:01:29 -03:00
css_html_minify.nimble Refactor to improve 2019-03-18 04:20:06 -03:00
LICENSE Initial commit 2018-11-05 14:01:29 -03:00
README.md Init 2018-11-05 14:32:47 -03:00

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