Skip to content

Commit

Permalink
Merge pull request #18 from jorrit/patch-2
Browse files Browse the repository at this point in the history
Fix logging of source map output
  • Loading branch information
C-Lodder authored Jun 2, 2020
2 parents e42089b + e904e58 commit cb688cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/postcss.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ module.exports = (grunt) => {
}

grunt.file.write(mapDest, result.map.toString());
console.log(`>> File \x1b[36m%s\x1b[0m created (source map).`, dest.map);
console.log(`>> File \x1b[36m%s\x1b[0m created (source map).`, `${dest}.map`);

tally.maps += 1;
}
Expand Down

0 comments on commit cb688cf

Please sign in to comment.