summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorshampton <shampton@gitlab.com>2019-08-23 12:57:21 -0700
committershampton <shampton@gitlab.com>2019-08-23 12:57:21 -0700
commitc96adfcd6c9d303f3f7f86e441e57cb3ce8a286e (patch)
tree4251679d2f0abaf244984d55a1ad45e2cbc934b4 /lib/tasks
parent8f797950e8e5f92da800d67444a1f67bb6078f21 (diff)
downloadgitlab-ce-c96adfcd6c9d303f3f7f86e441e57cb3ce8a286e.tar.gz
Move visual review toolbar to NPM
Remove the visual review toolbar code in favor of using the NPM package.
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gitlab/assets.rake6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/tasks/gitlab/assets.rake b/lib/tasks/gitlab/assets.rake
index a07ae3a418a..7a42e4e92a0 100644
--- a/lib/tasks/gitlab/assets.rake
+++ b/lib/tasks/gitlab/assets.rake
@@ -10,15 +10,9 @@ namespace :gitlab do
rake:assets:precompile
webpack:compile
gitlab:assets:fix_urls
- gitlab:assets:compile_vrt
].each(&Gitlab::TaskHelpers.method(:invoke_and_time_task))
end
- desc 'GitLab | Assets | Compile visual review toolbar'
- task :compile_vrt do
- system 'yarn', 'webpack-vrt'
- end
-
desc 'GitLab | Assets | Clean up old compiled frontend assets'
task clean: ['rake:assets:clean']