From 80c429e49b895a2c002d48c65c37c99f4e6fd3be Mon Sep 17 00:00:00 2001 From: impinball Date: Fri, 30 Dec 2016 02:05:51 -0500 Subject: [PATCH] Make source maps binary, fix misnamed HTML file --- .gitattributes | 1 + tets.html => test.html | 0 2 files changed, 1 insertion(+) rename tets.html => test.html (100%) diff --git a/.gitattributes b/.gitattributes index edce79b7..085d56e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ * text eol=crlf *.min.js binary +*.map binary diff --git a/tets.html b/test.html similarity index 100% rename from tets.html rename to test.html