Skip to content

Commit

Permalink
Moved to yuicompressor 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Aug 20, 2012
1 parent 2765dd2 commit f8c7734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/tasks/compressor.js
Expand Up @@ -5,7 +5,7 @@ http://yuilibrary.com/license/
*/
var compressor = require('yuicompressor');
var path = require('path');
var jar = path.join(__dirname, '../../', 'files', 'yuicompressor-2.4.4.jar');
var jar = path.join(__dirname, '../../', 'files', 'yuicompressor-2.4.7.jar');

compressor.jar = jar;

Expand Down

0 comments on commit f8c7734

Please sign in to comment.