Метод | Описание | |
---|---|---|
minify ( ) | ||
setOptions ( array $opts = [] ) |
Метод | Описание | |
---|---|---|
_minify ( $data ) |
public setOptions ( array $opts = [] ) | ||
$opts | array | Driver specific options:
- dataurl: (callback) A callback function to convert a URI to a data URL. Takes one argument (URI) and returns the data URI to be used in the file. - import: (callback) A callback function to convert a URI to a pathname. Takes one argument (URI) and expects an array back with two elements (URI, filename). |