Skip to content
Snippets Groups Projects
Unverified Commit ac85d98c authored by Mike Greiling's avatar Mike Greiling
Browse files

move auto-generated bundle script tags after manual page-specific webpack bundles

parent f0fe736e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -41,13 +41,14 @@
= 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?
 
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts
 
= webpack_controller_bundle_tags
= yield :project_javascripts
 
= csrf_meta_tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment