mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Fix error message when using cleancss with sourcemap
This commit is contained in:
@@ -287,7 +287,7 @@ if (options.sourceMap === true) {
|
||||
}
|
||||
|
||||
if (options.cleancss && options.sourceMap) {
|
||||
console.log("the sourcemap option is not compatible with sourcemap support at the moment. See Issue #1656");
|
||||
console.log("the cleancss option is not compatible with sourcemap support at the moment. See Issue #1656");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user