wdgdc / CDN-Sync-Tool

FORK NO LONGER MAINTAINED! - WordPress plugin to sync files to a CDN (S3/Cloudfiles/FTP/NetDNA/WebDAV)
http://catn.com/vcluster/plugins/cdn-sync-tool/
9 stars 7 forks source link

Combine CSS makes mistakes in combined result #4

Open lkraav opened 11 years ago

lkraav commented 11 years ago

At first look, I'm seeing background images being shifted around. Not seeing a pattern thus far. Looking into it some more.

I'm noticing the fork doesn't seem to have much CSS related commits, is it safe to assume it's not been the focus here?

MikeNGarrett commented 11 years ago

There hasn't been any focus on the interface. We've gotten to the point where we are finally stable with the backend in syncing files and effectively building a files list without the plugin running up against processing or memory limits. Interface has definitely been on my mind, but isn't a priority.

MikeNGarrett commented 11 years ago

It looks like the minify is using http://closure-compiler.appspot.com. This could be done in a much more efficient manner using a local script like https://code.google.com/p/minify/. I'll add this in as a feature request.