From 92d8204121fc7559f57e07ad0740057d22d0cf82 Mon Sep 17 00:00:00 2001 From: Lloyd Benson Date: Mon, 1 Oct 2018 13:36:06 -0500 Subject: [PATCH] remove source map metadata since .map is not included in the theme to fix firefox 404s --- static/css/nucleus.css | 2 -- static/css/theme.css | 2 -- 2 files changed, 4 deletions(-) diff --git a/static/css/nucleus.css b/static/css/nucleus.css index ed2c0a38a4..1897fc5d6d 100644 --- a/static/css/nucleus.css +++ b/static/css/nucleus.css @@ -613,5 +613,3 @@ input[type="submit"] { vertical-align: middle; white-space: nowrap; border: inherit; } - -/*# sourceMappingURL=nucleus.css.map */ diff --git a/static/css/theme.css b/static/css/theme.css index e443e71fae..0c0818775d 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1126,5 +1126,3 @@ pre .copy-to-clipboard:hover { #searchResults { text-align: left; } - -/*# sourceMappingURL=theme.css.map */