Closed GoogleCodeExporter closed 9 years ago
If you're preprocessing your JS files with PHP, then the best solution would be
to
turn on output buffering at the top of the file, then use JSMin to minify the
contents of the processed buffer and send that to the browser. I don't plan to
add
PHP preprocessing functionality to Minify.
Original comment by rgr...@gmail.com
on 28 Aug 2007 at 5:21
This can be done in 2.x verions by using a custom Minify_Source object instead
of a
file path, e.g. in /min/groupsConfig.php. For performance you'd need to provide
a
last modified time (or emulate one).
Ask the google group how to get this working.
Original comment by mrclay....@gmail.com
on 27 Nov 2008 at 3:23
Original issue reported on code.google.com by
espiga...@gmail.com
on 22 Jul 2007 at 11:37