Constructor.
string $root The default root directory:
Boolean $debug Filters prefixed with a "?" will be omitted in debug mode:
public function __construct($root, $debug = false) {
$this->root = rtrim($root, '/');
$this->debug = $debug;
$this->output = 'assetic/*';
$this->workers = array();
}