Skip to content

Commit

Permalink
Merge pull request #1 from rwjblue/patch-1
Browse files Browse the repository at this point in the history
Give `description` for easier debugging.
  • Loading branch information
ef4 committed Jan 3, 2015
2 parents e47a4ca + 5aa05e2 commit 47914fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simple-concat.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module.exports = CachingWriter.extend({
enforceSingleInputTree: true,

init: function() {
this.description = 'SourcemapConcat';

if (!this.separator) {
this.separator = '\n';
}
Expand Down

0 comments on commit 47914fc

Please sign in to comment.