‘postprocessor’ option usage
-
Hi,
I encounter an issue trying to access this option programmatically, i couldn’t figured out a way.The ‘postprocessor’ is being used within Minify class, there is a comment right above it which say:
// do any post-processing (esp. for editing build URIs)
Which is great, just want i need, i callback function so i can change the minified content before is being saved on the server.
But how to i set this option programmatically?! Apparently there’s no way to do that. The Minify class is being invoked in Minify_MinifiedFileRequestHandler and the options array is being created at function process() through $serve_options variable.
There is an invocation on the same function on
$this->_config->get_array( 'minify.options' )
but i either don’t see a way to add a default option to ‘minify.options’Thanks for your help !
- The topic ‘‘postprocessor’ option usage’ is closed to new replies.