Fix error message when using cleancss with sourcemap

This commit is contained in:
Daniel Chatfield
2014-03-25 15:03:02 +00:00
parent 372c55480b
commit df6ae88206

View File

@@ -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;
}