[Pkg-javascript-commits] [less.js] 09/50: Added usage info for url-args option

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 322a0e8b088cef5b12ea16b4b44776bd4c25b8ca
Author: Luca Bernardo Ciddio <bcluca at gmail.com>
Date:   Thu Mar 6 23:49:19 2014 -0800

    Added usage info for url-args option
---
 lib/less/lessc_helper.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/less/lessc_helper.js b/lib/less/lessc_helper.js
index 76355eb..8f8b122 100644
--- a/lib/less/lessc_helper.js
+++ b/lib/less/lessc_helper.js
@@ -59,6 +59,7 @@ var lessc_helper = {
         console.log("  --strict-units=on|off    that cannot be represented.");
         console.log("  --global-var='VAR=VALUE' Defines a variable that can be referenced by the file.");
         console.log("  --modify-var='VAR=VALUE' Modifies a variable already declared in the file.");
+        console.log("  --url-args='QUERYSTRING' Adds params into url tokens (e.g. 42, cb=42 or 'a=1&b=2')");
         console.log("");
         console.log("-------------------------- Deprecated ----------------");
         console.log("  -O0, -O1, -O2            Set the parser's optimization level. The lower");

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