From 9d454d79fd8d6b2fa5737bb17096cf778ef8044f Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 24 Oct 2018 11:03:26 +0800 Subject: [PATCH] - Refactoring: Rename no modules redirect file to begin with "redirect" as with other redirect --- build-html.js | 8 ++++---- editor/extensions/imagelib/index-es.html | 2 +- editor/extensions/imagelib/openclipart-es.html | 2 +- ...pport-redirect.js => redirect-on-no-module-support.js} | 0 editor/svg-editor-es.html | 2 +- editor/xdomain-svg-editor-es.html | 2 +- lgtm.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) rename editor/{no-module-support-redirect.js => redirect-on-no-module-support.js} (100%) diff --git a/build-html.js b/build-html.js index 0e9b5445..5b899756 100644 --- a/build-html.js +++ b/build-html.js @@ -34,7 +34,7 @@ const filesAndReplacements = [ '' ], [ - '', + '', '' ] ] @@ -73,7 +73,7 @@ const filesAndReplacements = [ '' ], [ - '', + '', '' ] ] @@ -96,7 +96,7 @@ const filesAndReplacements = [ '' ], [ - '', + '', '' ] ] @@ -115,7 +115,7 @@ const filesAndReplacements = [ '' ], [ - '', + '', '' ] ] diff --git a/editor/extensions/imagelib/index-es.html b/editor/extensions/imagelib/index-es.html index 2cba3f4f..f9fe82e0 100644 --- a/editor/extensions/imagelib/index-es.html +++ b/editor/extensions/imagelib/index-es.html @@ -4,7 +4,7 @@ - - + diff --git a/editor/extensions/imagelib/openclipart-es.html b/editor/extensions/imagelib/openclipart-es.html index 02f1782e..0f37e30e 100644 --- a/editor/extensions/imagelib/openclipart-es.html +++ b/editor/extensions/imagelib/openclipart-es.html @@ -4,7 +4,7 @@ - - + diff --git a/editor/no-module-support-redirect.js b/editor/redirect-on-no-module-support.js similarity index 100% rename from editor/no-module-support-redirect.js rename to editor/redirect-on-no-module-support.js diff --git a/editor/svg-editor-es.html b/editor/svg-editor-es.html index a0c65866..6a081f56 100644 --- a/editor/svg-editor-es.html +++ b/editor/svg-editor-es.html @@ -15,7 +15,7 @@ - + diff --git a/editor/xdomain-svg-editor-es.html b/editor/xdomain-svg-editor-es.html index 28d5f860..ee1432ed 100644 --- a/editor/xdomain-svg-editor-es.html +++ b/editor/xdomain-svg-editor-es.html @@ -16,7 +16,7 @@ - + diff --git a/lgtm.yml b/lgtm.yml index 50535cf1..544fd6e8 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -3,6 +3,6 @@ extraction: index: filters: - exclude: "editor/xdomain-svgedit-config-iife.js" - - exclude: "editor/no-module-support-redirect.js" + - exclude: "editor/redirect-on-no-module-support.js" - exclude: "svgedit-config-iife.js" - exclude: "dist"