Skip to content

Commit

Permalink
Merge pull request #2390 from bassjobsen/patch-7
Browse files Browse the repository at this point in the history
message when sourcemap has been written
  • Loading branch information
lukeapage committed Jan 15, 2015
2 parents 4d18bc3 + e8aa944 commit 2738aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/lessc
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ if (!sourceMapFileInline) {
var filename = sourceMapOptions.sourceMapFullFilename;
ensureDirectory(filename);
fs.writeFileSync(filename, output, 'utf8');
less.logger.info('lessc: wrote ' + filename);
};
}

Expand Down

0 comments on commit 2738aae

Please sign in to comment.