GitXplorerGitXplorer
g

compare-minifiers

public
8 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
65532774d756e287cdb8814fb13eaaea41641758

Merge pull request #1 from octplane/patch-1

ggkoberger committed 11 years ago
Unverified
e98218e1b5ae50135d8fbed512885d8d7087fd4f

Support "%s" in parameters and replace by filename

ooctplane committed 11 years ago
Unverified
0c10b7a6dfeb8d2e3fe34b239cff8f90680d6420

Initial commit

ggkoberger committed 13 years ago

README

The README file for this repository.

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