From 9368e48291c2115910232e4fc76463e9e5bde8a5 Mon Sep 17 00:00:00 2001
From: Markus Staab
Date: Wed, 6 Jan 2021 09:21:54 +0100
Subject: [PATCH 1/2] Ease finding the tool sources on github
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 58d3dd6..d642eb6 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
Source Map Visualization
This is a visualization of JavaScript 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.
+ source maps. It's designed to be high-performance so it doesn't fall over with huge source maps. Find the sources on GitHub
Drag and drop some files here or to get started. You can either
drop a single file with an inline source map, or a JavaScript file and a source map file together.
This is a visualization of JavaScript/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. Find the sources on GitHub
+ generated source maps. It's designed to be high-performance so it doesn't fall over with huge source maps. Find the sources on GitHub
Drag and drop some files here or to get started. You can either
drop a single JavaScript/CSS file with an inline source map comment, or a JavaScript/CSS file and a separate
source map file together.