We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63243d commit d41fc68Copy full SHA for d41fc68
build/tasks/dist.js
@@ -52,13 +52,6 @@ module.exports = function( grunt ) {
52
nonascii = true;
53
}
54
55
- // Modify map/min so that it points to files in the same folder;
56
- // see https://github.com/mishoo/UglifyJS2/issues/47
57
- if ( /\.map$/.test( filename ) ) {
58
- text = text.replace( /"dist\//g, "\"" );
59
- fs.writeFileSync( filename, text, "utf-8" );
60
- }
61
-
62
// Optionally copy dist files to other locations
63
paths.forEach(function( path ) {
64
var created;
0 commit comments