Commit 96cf454d authored by Mike Greiling's avatar Mike Greiling

move geo/geo_bundle.js into its own bundle

parent c9e0dae2
......@@ -205,7 +205,6 @@ require('./wikis');
require('./zen_mode');
// EE-only scripts
require('./geo/geo_bundle');
require('./admin_email_select');
require('./application_settings');
require('./approvals');
......
- project = project || @project
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('vue_geo_ee')
.git-clone-holder.input-group
.input-group-btn
......
......@@ -41,6 +41,7 @@ var config = {
snippet: './snippet/snippet_bundle.js',
terminal: './terminal/terminal_bundle.js',
users: './users/users_bundle.js',
vue_geo_ee: './geo/geo_bundle.js',
vue_pipelines: './vue_pipelines_index/index.js',
},
......@@ -106,6 +107,7 @@ var config = {
'issuable',
'merge_conflicts',
'mr_widget_ee',
'vue_geo_ee',
'vue_pipelines',
],
minChunks: function(module, count) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment