purifycss / purifycss

Remove unused CSS. Also works with single-page apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purifycss not working on php exec

shariqshahab opened this issue · comments

`
$purifyCSS = "purifycss %s %s --info --out %s";

$match = "/usr/share/nginx/example/media/css_html/main.html";

$input = "/usr/share/nginx/example/media/css_html/input.css";

$output = "/usr/share/nginx/example/media/css_html/ouput.css";

exec(sprintf($purifyCSS , $input , $match, $output),$result);`