mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Remove incorrect sourceMap link in concatenated JS output
This commit is contained in:
parent
99c905a6f4
commit
74cc098370
4 changed files with 6 additions and 2 deletions
|
|
@ -4,3 +4,4 @@
|
|||
$(this).attr("bar", "baz");
|
||||
});
|
||||
})(jQuery);
|
||||
//# sourceMappingURL=concat.source1.js.map
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
event.preventDefault();
|
||||
$(this).attr("bar", "baz");
|
||||
});
|
||||
})(jQuery);;
|
||||
})(jQuery);
|
||||
/* sourceMappingURL=concat.source1.js.map */;
|
||||
|
||||
/* Original file: tests/_data/formatter/concat.source2.js */
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
event.preventDefault();
|
||||
$(this).attr("bar", "baz");
|
||||
});
|
||||
})(jQuery);;
|
||||
})(jQuery);
|
||||
/* sourceMappingURL=concat.source1.js.map */;
|
||||
|
||||
/* Original file: tests/_data/formatter/concat.source2.js */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue