documentcloud / closure-compiler

A Ruby Wrapper for the Google Closure Compiler

Home Page:http://github.com/documentcloud/closure-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem compressing -webkit-transform-origin

josephmisiti opened this issue · comments

I noticed that that this gem compresses the following

-webkit-transform-origin: 0 0;

into

-webkit-transform-origin: 0;

Which affects the display of html in firefox/chrome. Is there a reason it is? This
but might belong @ google also, if so let me know.

Yep -- this is just a wrapper. You should file a bug with the Google Closure Compiler project.