Skip to content

Commit

Permalink
set $raise_php_limits false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Demmer committed May 26, 2015
1 parent 6eac54a commit e8883b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/packer.php
Expand Up @@ -190,7 +190,7 @@ protected function cssmin($css) {
//$css = preg_replace('/#([a-f0-9])\\1([a-f0-9])\\2([a-f0-9])\\3/i', '#\1\2\3', $css);

require_once(dirname(__FILE__) . '/cssmin.php');
$min = new CSSmin();
$min = new CSSmin(false);
$css = $min->run($css);

return trim($css);
Expand Down

0 comments on commit e8883b4

Please sign in to comment.