Skip to content

Commit

Permalink
Merge pull request #62 from ealter/patch-1
Browse files Browse the repository at this point in the history
Fix a comment typo
  • Loading branch information
rwjblue authored Feb 13, 2018
2 parents 3b4283b + 5f2b823 commit f2b63c7
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 f2b63c7

Please sign in to comment.