Skip to content

Commit

Permalink
Fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ealter authored Feb 12, 2018
1 parent 3b4283b commit 5f2b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ UglifyWriter.prototype.build = function () {
writer.processFile(inFile, outFile, relativePath, writer.outputPath);
} else if (relativePath.slice(-4) === '.map') {
if (writer.excludes.match(relativePath.slice(0, -4) + '.js')) {
// ensure .map files for excldue JS paths are also copied forward
// ensure .map files for excluded JS paths are also copied forward
symlinkOrCopy.sync(inFile, outFile);
}
// skip, because it will get handled when its corresponding JS does
Expand Down

0 comments on commit 5f2b823

Please sign in to comment.