From a49b1421e79a9f37a2324260539268df3b78794d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 22 Feb 2020 08:06:59 +0100 Subject: [PATCH] Ensure source maps are bundled with the release --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4e7488d8b..530eeb6f1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include material *.js *.css *.html *.svg *.png *.yml +recursive-include material *.js *.css *.map *.html *.svg *.png *.yml recursive-include material *.ttf *.woff *.woff2 recursive-exclude site * recursive-exclude src *