[Pkg-javascript-commits] [less.js] 42/58: explain inline maps
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:28:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.3.0
in repository less.js.
commit aa19d9578d8897221743895f80a70e607471da30
Author: Bass Jobsen <bass at w3masters.nl>
Date: Mon Jan 26 09:52:22 2015 +0100
explain inline maps
explain inline maps are as base64 data uri's
---
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 8a7fe60..4e24800 100644
--- a/lib/less-node/lessc-helper.js
+++ b/lib/less-node/lessc-helper.js
@@ -41,7 +41,7 @@ var lessc_helper = {
console.log(" --source-map-rootpath=X Adds this path onto the sourcemap filename and less file paths.");
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-map-inline Puts the map (and any less files) as a base64 data uri into the output css file.");
console.log(" --source-map-url=URL Sets a custom URL to map file, for sourceMappingURL comment");
console.log(" in generated CSS file.");
console.log(" -rp, --rootpath=URL Sets rootpath for url rewriting in relative imports and urls");
--
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