Skip to content

Commit

Permalink
This is the default, so don't add to commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 20, 2014
1 parent f936e96 commit f595344
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ protected function _runUglifyjs($text, $uglifyjs, $args = '')

return $this->_compressJs(
$text,
escapeshellcmd($uglifyjs) . ' - ' . $args
escapeshellcmd($uglifyjs) . ' ' . $args
);
}

Expand Down

0 comments on commit f595344

Please sign in to comment.