[Pkg-javascript-commits] [less.js] 265/285: CLI: Fixes source-map-url description. (#2264)

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:24:00 UTC 2015


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

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit be2de926eff71f571ccb4622014ddbf65f06cf2c
Author: Adeel <adeelbm at outlook.com>
Date:   Mon Nov 3 00:17:59 2014 +0200

    CLI: Fixes source-map-url description. (#2264)
---
 lib/less-node/lessc-helper.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/less-node/lessc-helper.js b/lib/less-node/lessc-helper.js
index ac5d3de..75e00e9 100644
--- a/lib/less-node/lessc-helper.js
+++ b/lib/less-node/lessc-helper.js
@@ -43,7 +43,7 @@ var lessc_helper = {
         console.log("  --source-map-basepath=X  Sets sourcemap base path, defaults to current working directory.");
         console.log("  --source-map-less-inline puts the less files into the map instead of referencing them");
         console.log("  --source-map-map-inline  puts the map (and any less files) into the output css file");
-        console.log("  --source-map-url=URL     the complete url and filename put in the less file");
+        console.log("  --source-map-url=URL     the complete custom URL to map file for sourceMappingURL comment");
         console.log("  -rp, --rootpath=URL      Set rootpath for url rewriting in relative imports and urls.");
         console.log("                           Works with or without the relative-urls option.");
         console.log("  -ru, --relative-urls     re-write relative urls to the base less file.");

-- 
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