Skip to content

potch/compare-minifiers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS/CSS Minifier Benchmarker

To use:

  1. Add files you want tested to the approperiate folder (js_files or css_files).
  2. Add minifiers you want to the compilers.py

MINIFIERS USED

Currently, we use a few minifiers already:

  • YUICompressor: Already comes packaged
  • UglifyJS: use npm install -g uglify-js
  • Clean CSS: use npm install -g clean-css
  • LESS CSS: use npm install -g less

About

Benchmark various CSS/JS minifiers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Python 0.3%