Add sourceMap comment to asset_hash and hash .map files by default

This commit is contained in:
Adam Heath 2016-02-26 08:46:00 +08:00
parent 0d983231d0
commit d883152e99
9 changed files with 64 additions and 2 deletions

View file

@ -0,0 +1,2 @@
function foo(){var message="HEY THERE FRIEND!";var para=document.createElement("p");para.innerHTML=message;var body=document.getElementsByTagName("body")[0];body.insertBefore(para,body.firstChild)}window.onload=foo;
//# sourceMappingURL=application.js.map