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'); ...@@ -205,7 +205,6 @@ require('./wikis');
require('./zen_mode'); require('./zen_mode');
// EE-only scripts // EE-only scripts
require('./geo/geo_bundle');
require('./admin_email_select'); require('./admin_email_select');
require('./application_settings'); require('./application_settings');
require('./approvals'); require('./approvals');
......
- project = project || @project - 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 .git-clone-holder.input-group
.input-group-btn .input-group-btn
......
...@@ -41,6 +41,7 @@ var config = { ...@@ -41,6 +41,7 @@ var config = {
snippet: './snippet/snippet_bundle.js', snippet: './snippet/snippet_bundle.js',
terminal: './terminal/terminal_bundle.js', terminal: './terminal/terminal_bundle.js',
users: './users/users_bundle.js', users: './users/users_bundle.js',
vue_geo_ee: './geo/geo_bundle.js',
vue_pipelines: './vue_pipelines_index/index.js', vue_pipelines: './vue_pipelines_index/index.js',
}, },
...@@ -106,6 +107,7 @@ var config = { ...@@ -106,6 +107,7 @@ var config = {
'issuable', 'issuable',
'merge_conflicts', 'merge_conflicts',
'mr_widget_ee', 'mr_widget_ee',
'vue_geo_ee',
'vue_pipelines', 'vue_pipelines',
], ],
minChunks: function(module, count) { 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