Skip to content

Commit

Permalink
- Updated youcompressor 2.4.2 to 2.4.6
Browse files Browse the repository at this point in the history
- Updated Combine.cfc to reference updated yuicompressor.
- css @media queries are now supported by youcompressor - plus a bunch of other updates.
  • Loading branch information
Craig Bassett committed Sep 12, 2011
1 parent bfd3c5c commit 00d417a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Combine.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
variables.jarFileArray = arrayNew(1);
arrayAppend(variables.jarFileArray, arguments.jarPath & "/combine.jar");
arrayAppend(variables.jarFileArray, arguments.jarPath & "/yuicompressor-2.4.2.jar");
arrayAppend(variables.jarFileArray, arguments.jarPath & "/yuicompressor-2.4.6.jar");
arguments.javaLoader.init(variables.jarFileArray);
}

Expand Down
Binary file renamed yuicompressor-2.4.2.jar → yuicompressor-2.4.6.jar
Binary file not shown.

0 comments on commit 00d417a

Please sign in to comment.