Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
96cf454d
Commit
96cf454d
authored
Mar 06, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move geo/geo_bundle.js into its own bundle
parent
c9e0dae2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/javascripts/main.js
app/assets/javascripts/main.js
+0
-1
app/views/shared/_clone_panel.html.haml
app/views/shared/_clone_panel.html.haml
+3
-0
config/webpack.config.js
config/webpack.config.js
+2
-0
No files found.
app/assets/javascripts/main.js
View file @
96cf454d
...
...
@@ -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
'
);
...
...
app/views/shared/_clone_panel.html.haml
View file @
96cf454d
-
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
...
...
config/webpack.config.js
View file @
96cf454d
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment