OddOneOut / bwp-minify

A WordPress Minification plugin that relies on Minify PHP library and WordPress's enqueueing system to serve minified CSS and JS to your audience
http://betterwp.net/wordpress-plugins/bwp-minify/
49 stars 23 forks source link

1.3.6 #69

Closed tgolsen closed 8 years ago

kminh commented 8 years ago

May I know the purpose/example for commit no c3026f5?

tgolsen commented 8 years ago

We had batches of files that were adding up to urls that were too long for apache. So the idea was to look for common paths in the files and automatically add the b param to make the whole thing shorter.

Tbh, this PR was accidentally made to your repo instead of our fork. We've made some fixes since this. If you're interested lmk and we can submit some of that in a way that's useful.