Commit 3d8938db authored by Taddeus Kroes's avatar Taddeus Kroes

Added set_config function to CSS plugin.

parent 96ebf9f8
......@@ -45,6 +45,17 @@ class pQueryCss extends pQueryCache {
return $this->get_modification_dates($files);
}
/**
*
*
* @param array $override
*/
function set_config($override) {
$this->minify_config = array_merge($this->minify_config, $override);
return $this;
}
/**
*
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment