CSS compressor written in OCaml

Taddeus Kroes 0829ab94ad Removed --keep-comments option (would make tokenization difficult) преди 11 години
.gitignore 6ee79d6b7b Cleanup преди 11 години
Makefile 5d9a77099e Lexer dependency fix преди 11 години
README.md 3feaacd099 Added initial README преди 12 години
lexer.mll c6447bc5b0 'and' and 'or' keywords may now be directly adjacent a comment преди 11 години
main.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) преди 11 години
parse.ml 70f032a31d Lexer now correctly tracks line numbers + some general cleanup преди 11 години
parser.mly 70f032a31d Lexer now correctly tracks line numbers + some general cleanup преди 11 години
stringify.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) преди 11 години
types.ml 0829ab94ad Removed --keep-comments option (would make tokenization difficult) преди 11 години
util.ml 9a5848cfe1 Rewrote main function, added some command-line arguments преди 11 години

README.md

mincss is a CSS minifier that merges different groups of properties, for different selectors.