From 5d00381b87afe65b822db0407b625ae62a80a12e Mon Sep 17 00:00:00 2001 From: Eric Gardner Date: Wed, 24 Apr 2024 10:09:45 -0700 Subject: [PATCH] build: Remove references to theme-wikimedia-ui-legacy Previous changes in Codex have eliminated all differences between the "legacy" build of the design tokens and the standard one. This patch removes all references to the legacy build in preparation for the upcoming removal of the legacy assets from Codex upstream. Bug: T360806 Change-Id: Ib381fc6ea77d5cde21e064df3900acf005f31c9e --- .storybook/storybook-resources.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.storybook/storybook-resources.sh b/.storybook/storybook-resources.sh index 124f9da83..030264b6f 100755 --- a/.storybook/storybook-resources.sh +++ b/.storybook/storybook-resources.sh @@ -5,7 +5,6 @@ set -ex curl -sSL "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/master/resources/src/mediawiki.less/mediawiki.skin.defaults.less?format=TEXT" | base64 --decode > .storybook/mocks/mediawiki.skin.defaults.less.tmp curl -sSL "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/skins/Vector/+/master/resources/mediawiki.less/vector-2022/mediawiki.skin.variables.less?format=TEXT" | base64 --decode > .storybook/mocks/mediawiki.skin.variables.less curl -sSL "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/master/resources/lib/codex-design-tokens/theme-wikimedia-ui.less?format=TEXT" | base64 --decode > .storybook/mocks/mediawiki.skin.codex-design-tokens/theme-wikimedia-ui.less -curl -sSL "https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/master/resources/lib/codex-design-tokens/theme-wikimedia-ui-legacy.less?format=TEXT" | base64 --decode > .storybook/mocks/mediawiki.skin.codex-design-tokens/theme-wikimedia-ui-legacy.less sed "s/..\/..\/lib\/codex/@wikimedia\/codex/g" .storybook/mocks/mediawiki.skin.defaults.less.tmp > .storybook/mocks/mediawiki.skin.defaults.less # MediaWiki LESS mixins