Could you update your Wiki to include information on what each of the optional boolean parameters are for? The one for minification seems to be missing. I've hunted all over the documentation but couldn't find any mention of it. On the Wiki it talks about combining using an optional boolean flag, but nothing about minification.
E.g:
Code:
array('/js/libs/selectivizr.min.js', TRUE, FALSE)
I'm led to believe from somebody who has studied the code to mean: combine but don't minify.
Cheers!
Jamie
ps: I also have a suggestion- could we control whether or not the script tag contains the type attribute, it's not required in HTML5.