summaryrefslogtreecommitdiff
path: root/app/views/layouts/_head.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-28 15:22:15 -0600
committerMike Greiling <mike@pixelcog.com>2018-03-01 15:11:46 -0600
commiteefd17437c201418b7336493eb320a129a5b8abe (patch)
tree297575e5f028bb075ce9b5a3169f2a56fa4a0596 /app/views/layouts/_head.html.haml
parentbb41a889487463f626796a390148ae7870c16824 (diff)
downloadgitlab-ce-eefd17437c201418b7336493eb320a129a5b8abe.tar.gz
remove the "test" bundle and apply it conditionally within main.jsremove-test-bundle
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r--app/views/layouts/_head.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index 0c979109b3f..b981b5fdafa 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -42,7 +42,6 @@
= webpack_bundle_tag "common"
= webpack_bundle_tag "main"
= webpack_bundle_tag "raven" if Gitlab::CurrentSettings.clientside_sentry_enabled
- = webpack_bundle_tag "test" if Rails.env.test?
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts