Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-05-30 22:43:20 +0300
committerDavid O'Regan <doregan@gitlab.com>2023-05-30 22:43:20 +0300
commitf45964fd20ff2bdfdab1c8abf653acbc11930a60 (patch)
tree992f75c488f6600b067482f2493bd08e13f21b87 /Makefile
parentf6d2d39f2d6734877806852381cd1d9e064cb7ef (diff)
Improve bundling for global assets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f732599f..9d527e28 100644
--- a/Makefile
+++ b/Makefile
@@ -237,11 +237,6 @@ check-danger:
@printf "\n$(INFO)INFO: Checking for Danger errors and warnings...$(END)\n"
@scripts/check-danger.sh ; exit $$?
-add-gitlab-fonts:
- @printf "\n$(INFO)INFO: Copying GitLab fonts...$(END)\n"
- @cp -v node_modules/@gitlab/fonts/gitlab-sans/GitLabSans.woff2 public/assets/fonts
- @cp -v node_modules/@gitlab/fonts/jetbrains-mono/JetBrainsMono* public/assets/fonts
-
create-stable-branch:
@printf "\n$(INFO)INFO: Creating stable branch...$(END)\n"
@bundle exec rake release:single