Open GoogleCodeExporter opened 8 years ago
Sorry - it's duplicate of Issue #50.
although it is missing below change:
Line 3328:
$transformations = array("-moz-keyframes", "-webkit-keyframes", "-o-keyframes",
"-ms-keyframes");
Original comment by m...@wth.me
on 11 Jan 2013 at 2:23
To the original reporter of this issue, what does your addition to line 3328
do? I applied the patch from Issue #50 and it seems to work, so it doesn't
seem your other line is needed. But I wanted to check in with you because I
don't want to miss anything... Thanks!
Original comment by auldrid...@gmail.com
on 28 Feb 2013 at 3:18
In my case when I was trying to minify twitter bootstrap it wasn't doing it
properly because of -o-keyframes and -ms-keyframes.. I've added support for
this in every place where -moz-keyframes existed. after my change I was able to
minify it successfully.
Original comment by m...@wth.me
on 1 Mar 2013 at 12:29
Right, I was having the same issue with bootstrap which is how I found your
defect report. I just wondered soecifically about your adjustment to line 3328
as I have mine working with all edits except that line.
Thanks ,
Jim
Original comment by auldrid...@gmail.com
on 1 Mar 2013 at 12:32
Original issue reported on code.google.com by
m...@wth.me
on 11 Jan 2013 at 2:18