Skip to content

Commit

Permalink
Some updates to the head script bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 20, 2010
1 parent 0674988 commit 65618f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bal/View/Helper/HeadScriptBundler.php
Expand Up @@ -72,7 +72,7 @@ protected function compileClosureCompiler ( $files, $output_path ) {
# Compile Each File and Append to Output File
foreach ( $files as $file ) {
$out_path = $file_path = $file['path'];
if ( $file['compressed'] ) {
if ( $file['compress'] ) {
$compressed_path = $file['path'].'.compressed';
$command = 'java -jar '.$this->_compilerPath.' --js_output_file '.$compressed_path.' --js '.$file_path;
$out_path = $compressed_path;
Expand Down

0 comments on commit 65618f3

Please sign in to comment.