[Pkg-javascript-commits] [less.js] 26/58: message when sourcemap has been written

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:28:27 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 e8aa9442aab2105e73474958af6ef89790c7062c
Author: Bass Jobsen <bass at w3masters.nl>
Date:   Tue Jan 13 21:39:05 2015 +0100

    message when sourcemap has been written
---
 bin/lessc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/lessc b/bin/lessc
index b2607f7..ee7368e 100755
--- a/bin/lessc
+++ b/bin/lessc
@@ -345,6 +345,7 @@ if (!sourceMapFileInline) {
         var filename = sourceMapOptions.sourceMapFullFilename;
         ensureDirectory(filename);
         fs.writeFileSync(filename, output, 'utf8');
+        less.logger.info('lessc: wrote ' + filename);
     };
 }
 

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