Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<section>
<h1>Source Map Visualization</h1>
<p>This is a visualization of JavaScript/<wbr>CSS source map data, which is useful for debugging problems with
generated source maps. It's designed to be high-performance so it doesn't fall over with huge source maps.</p>
generated source maps. It's designed to be high-performance so it doesn't fall over with huge source maps. <a href="https://github.com/evanw/source-map-visualization">Find the sources on GitHub</a></p>
<p>Drag and drop some files here or <button id="uploadFiles">Upload files</button> to get started. You can either
drop a single JavaScript/<wbr>CSS file with an inline source map comment, or a JavaScript/<wbr>CSS file and a separate
source map file together.</p>
Expand Down