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:
Diffstat (limited to 'commands/frontend.rb')
-rw-r--r--commands/frontend.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/frontend.rb b/commands/frontend.rb
index ed4a5346..532fe54c 100644
--- a/commands/frontend.rb
+++ b/commands/frontend.rb
@@ -26,13 +26,4 @@ run do |opts, args, cmd|
ERROR
end
- puts 'Create icons.svg ...'
- root = File.expand_path('../', __dir__)
- path = 'node_modules/@gitlab/svgs/dist/icons.svg'
-
- if File.write('public/assets/images/icons.svg', File.read("#{root}/#{path}"))
- puts 'Done!'
- else
- puts 'Failed to create icons.svg!'
- end
end