summaryrefslogtreecommitdiff
path: root/app/views/layouts/_head.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-04-26 15:12:39 -0500
committerMike Greiling <mike@pixelcog.com>2018-05-01 15:15:10 -0500
commitd224b59a769de823e868b115b4631e0cd2d8bb09 (patch)
tree8bdaa158ce4bda4837b54216517d8b1a130c1600 /app/views/layouts/_head.html.haml
parent996e5d79dfefac5dd5cacbfdd08c443f007f4492 (diff)
downloadgitlab-ce-d224b59a769de823e868b115b4631e0cd2d8bb09.tar.gz
update webpack manifest integration to recognize multi-chunk entrypoints
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r--app/views/layouts/_head.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index b981b5fdafa..02bdfe9aa3c 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -38,9 +38,6 @@
= yield :library_javascripts
= javascript_include_tag locale_path unless I18n.locale == :en
- = webpack_bundle_tag "webpack_runtime"
- = webpack_bundle_tag "common"
- = webpack_bundle_tag "main"
= webpack_bundle_tag "raven" if Gitlab::CurrentSettings.clientside_sentry_enabled
- if content_for?(:page_specific_javascripts)