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:
authorEvan Read <eread@gitlab.com>2023-11-07 02:48:37 +0300
committerEvan Read <eread@gitlab.com>2023-11-07 02:48:37 +0300
commitdbd2c55ab3adf0a953b00c3beb2ebfbc6428a02c (patch)
tree2e3c5cb0a67a542d19e98f98c9c584afb4958d48 /Makefile
parent7bc43d5ae82f4ecc91566ac00d1205ab9b887f87 (diff)
parentb1fe9bd39806bb79c049f51e86bf3bcc51bac5c7 (diff)
Merge branch 'axil-asdf-minify' into 'main'
Add minify to asdf tooling See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4377 Merged-by: Evan Read <eread@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: Achilleas Pipinellis <axil@gitlab.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 674c8307..0593bddb 100644
--- a/Makefile
+++ b/Makefile
@@ -104,11 +104,13 @@ setup-asdf: check-asdf
@asdf plugin add nodejs || true
@asdf plugin add yarn || true
@asdf plugin add shellcheck || true
+ @asdf plugin add minify || true
@printf "\n$(INFO)INFO: Updating asdf plugins...$(END)\n"
@asdf plugin update ruby
@asdf plugin update nodejs
@asdf plugin update yarn
@asdf plugin update shellcheck
+ @asdf plugin update minify
install-asdf-dependencies:
@printf "\n$(INFO)INFO: Installing asdf dependencies...$(END)\n"