summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-01 16:01:36 -0600
committerMike Greiling <mike@pixelcog.com>2018-02-01 20:50:16 -0600
commitdd75c337e5ee036fca8188d5b7adbf6e7725570f (patch)
tree140b62739a75a412b5ddbe130d597f287707eebe /app/views/layouts
parent900124810cd8d456644b9722d5d703abc751f217 (diff)
downloadgitlab-ce-dd75c337e5ee036fca8188d5b7adbf6e7725570f.tar.gz
update webpack helper to automatically include route-based entry points
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index ea13a5e6d62..1403c8329c8 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -41,6 +41,7 @@
= webpack_bundle_tag "webpack_runtime"
= webpack_bundle_tag "common"
= webpack_bundle_tag "main"
+ = webpack_controller_bundle_tags
= webpack_bundle_tag "raven" if current_application_settings.clientside_sentry_enabled
= webpack_bundle_tag "test" if Rails.env.test?