fix redundant vue library
This commit is contained in:
parent
9182583e1f
commit
6a1fadaeaa
4 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
- content_for :page_specific_javascripts do
|
- content_for :page_specific_javascripts do
|
||||||
= webpack_bundle_tag 'blob'
|
= webpack_bundle_tag 'blob'
|
||||||
|
= webpack_bundle_tag 'common_vue'
|
||||||
= webpack_bundle_tag 'repo'
|
= webpack_bundle_tag 'repo'
|
||||||
|
|
||||||
= render 'projects/last_push'
|
= render 'projects/last_push'
|
||||||
|
|
|
@ -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")
|
= 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
|
- content_for :page_specific_javascripts do
|
||||||
|
= webpack_bundle_tag 'common_vue'
|
||||||
= webpack_bundle_tag 'repo'
|
= webpack_bundle_tag 'repo'
|
||||||
|
|
||||||
= render "projects/commits/head"
|
= render "projects/commits/head"
|
||||||
|
|
|
@ -58,7 +58,7 @@ var config = {
|
||||||
profile: './profile/profile_bundle.js',
|
profile: './profile/profile_bundle.js',
|
||||||
protected_branches: './protected_branches/protected_branches_bundle.js',
|
protected_branches: './protected_branches/protected_branches_bundle.js',
|
||||||
protected_tags: './protected_tags',
|
protected_tags: './protected_tags',
|
||||||
repo: './repo/repo_bundle',
|
repo: './repo/index.js',
|
||||||
sidebar: './sidebar/sidebar_bundle.js',
|
sidebar: './sidebar/sidebar_bundle.js',
|
||||||
schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js',
|
schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js',
|
||||||
schedules_index: './pipeline_schedules/pipeline_schedules_index_bundle.js',
|
schedules_index: './pipeline_schedules/pipeline_schedules_index_bundle.js',
|
||||||
|
@ -177,6 +177,7 @@ var config = {
|
||||||
'pdf_viewer',
|
'pdf_viewer',
|
||||||
'pipelines',
|
'pipelines',
|
||||||
'pipelines_details',
|
'pipelines_details',
|
||||||
|
'repo',
|
||||||
'schedule_form',
|
'schedule_form',
|
||||||
'schedules_index',
|
'schedules_index',
|
||||||
'sidebar',
|
'sidebar',
|
||||||
|
|
Loading…
Reference in a new issue