[Pkg-javascript-commits] [less.js] 12/50: Fix error message when using cleancss with sourcemap

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:22:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v1.7.1
in repository less.js.

commit df6ae88206526a2a3bfb6c86006cb38cb95b4cec
Author: Daniel Chatfield <chatfielddaniel at gmail.com>
Date:   Tue Mar 25 15:03:02 2014 +0000

    Fix error message when using cleancss with sourcemap
---
 bin/lessc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lessc b/bin/lessc
index baaec1d..2a83cb3 100755
--- a/bin/lessc
+++ b/bin/lessc
@@ -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;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list