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
6a1fadae
Commit
6a1fadae
authored
Jul 18, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix redundant vue library
parent
9182583e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
app/assets/javascripts/repo/index.js
app/assets/javascripts/repo/index.js
+0
-0
app/views/projects/blob/show.html.haml
app/views/projects/blob/show.html.haml
+1
-0
app/views/projects/tree/show.html.haml
app/views/projects/tree/show.html.haml
+1
-0
config/webpack.config.js
config/webpack.config.js
+2
-1
No files found.
app/assets/javascripts/repo/
repo_bundle
.js
→
app/assets/javascripts/repo/
index
.js
View file @
6a1fadae
File moved
app/views/projects/blob/show.html.haml
View file @
6a1fadae
...
...
@@ -5,6 +5,7 @@
-
content_for
:page_specific_javascripts
do
=
webpack_bundle_tag
'blob'
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'repo'
=
render
'projects/last_push'
...
...
app/views/projects/tree/show.html.haml
View file @
6a1fadae
...
...
@@ -5,6 +5,7 @@
=
auto_discovery_link_tag
(
:atom
,
namespace_project_commits_url
(
@project
.
namespace
,
@project
,
@ref
,
rss_url_options
),
title:
"
#{
@project
.
name
}
:
#{
@ref
}
commits"
)
-
content_for
:page_specific_javascripts
do
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'repo'
=
render
"projects/commits/head"
...
...
config/webpack.config.js
View file @
6a1fadae
...
...
@@ -58,7 +58,7 @@ var config = {
profile
:
'
./profile/profile_bundle.js
'
,
protected_branches
:
'
./protected_branches/protected_branches_bundle.js
'
,
protected_tags
:
'
./protected_tags
'
,
repo
:
'
./repo/
repo_bundle
'
,
repo
:
'
./repo/
index.js
'
,
sidebar
:
'
./sidebar/sidebar_bundle.js
'
,
schedule_form
:
'
./pipeline_schedules/pipeline_schedule_form_bundle.js
'
,
schedules_index
:
'
./pipeline_schedules/pipeline_schedules_index_bundle.js
'
,
...
...
@@ -177,6 +177,7 @@ var config = {
'
pdf_viewer
'
,
'
pipelines
'
,
'
pipelines_details
'
,
'
repo
'
,
'
schedule_form
'
,
'
schedules_index
'
,
'
sidebar
'
,
...
...
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