Line 0
Link Here
|
|
|
1 |
This module is a re-implementation aiming for speed instead of maximum |
2 |
compression, so it can be used at runtime (rather than during a |
3 |
preprocessing step). RCSSmin does syntactical compression only (removing |
4 |
spaces, comments and possibly semicolons). It does not provide semantic |
5 |
compression (like removing empty blocks, collapsing redundant properties |
6 |
etc). It does, however, support various CSS hacks (by keeping them |
7 |
working as intended). |
8 |
|
9 |
WWW: https://github.com/ndparker/rcssmin |