1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Build.PL
Makefile.PL
Changes
MANIFEST
MANIFEST.SKIP
META.yml
META.json
README
XS.xs
lib/CSS/Minifier/XS.pm
t/01-loads.t
t/02-minify.t
t/03-minifies-to-nothing.t
t/99-benchmark.t
t/pod.t
t/pod-coverage.t
t/css/calc-operators.css
t/css/calc-operators.min
t/css/combinators.css
t/css/combinators.min
t/css/comments.css
t/css/comments.min
t/css/comments-mac-ie-hack.css
t/css/comments-mac-ie-hack.min
t/css/leading-whitespace.css
t/css/leading-whitespace.min
t/css/media.css
t/css/media.min
t/css/retain-whitespace-after-close-parenthesis.css
t/css/retain-whitespace-after-close-parenthesis.min
t/css/styles.css
t/css/styles.min
t/css/trailing-semicolon.css
t/css/trailing-semicolon.min
t/css/trailing-whitespace.css
t/css/trailing-whitespace.min
t/css/units-preserved.css
t/css/units-preserved.min
t/css/zero-units-point-zero.css
t/css/zero-units-point-zero.min
t/css/zero-units-zero.css
t/css/zero-units-zero.min
t/css/zero-units-zerooo.css
t/css/zero-units-zerooo.min
t/css/zero-units-zero-point-zero.css
t/css/zero-units-zero-point-zero.min
|