mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Disable yui-compress parmeter (instead of falling back to incompatible clean-css). Fixes #1637
This commit is contained in:
@@ -109,8 +109,7 @@ args = args.filter(function (arg) {
|
||||
options.depends = true;
|
||||
break;
|
||||
case 'yui-compress':
|
||||
warningMessages += "yui-compress option has been removed. assuming clean-css.";
|
||||
options.cleancss = true;
|
||||
warningMessages += "yui-compress option has been removed. ignoring.";
|
||||
break;
|
||||
case 'clean-css':
|
||||
options.cleancss = true;
|
||||
|
||||
Reference in New Issue
Block a user