coffee-inline-map
Version:
Compile CoffeeScript files with inline source maps
28 lines (25 loc) • 444 B
HTML
<html>
<head>
<title>Source maps test</title>
<style>
li { font-size: x-large; }
</style>
<script src="bundle.js"></script>
</head>
<body>
<h1>In Chrome</h1>
<ol>
<li>Press F12
<li>Hit C-r
</ol>
<p>
Make sure that source maps are enabled
in devtools settings. Otherwise turn them on and hit C-r
<i>while console tab is open</i>.
</p>
<p>
Can you spot a difference?
</p>
</body>
</html>