Closed GoogleCodeExporter closed 9 years ago
Mr Clay,
I came up with a hacky solution for this. Basically it tries to get group and
version data from a url like: /min/index.php/g/groupName/v/versionNumber
The URI fetching and filtering was based on Code Igniter's routing. Based on
very limited testing it works just fine. Of course there are a number other
query strings that aren't supported by that hack. But for me groups and
versioning are enough for now. Anyway, if you're interested contact me. Best
regards, Claudio
Original comment by claudiof...@gmail.com
on 27 Apr 2011 at 11:14
Minify already supports dropping the "?" from URLs on Apache w/ mod_rewrite.
E.g.:
http://www.mrclay.org/min/g=js
http://www.mrclay.org/min/g=js&1234 (notice no "?")
The BuilderApp auto-detects the rewriting, too.
Original comment by mrclay....@gmail.com
on 28 Apr 2011 at 3:51
Original issue reported on code.google.com by
claudiof...@gmail.com
on 27 Apr 2011 at 9:25