BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
29990051
Commit
29990051
authored
Sep 04, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move `common_vue` into vendor bundle
parent
fe450764
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
index.js
app/assets/javascripts/commons/index.js
+1
-0
vue.js
app/assets/javascripts/commons/vue.js
+0
-1
webpack.config.js
config/webpack.config.js
+1
-1
No files found.
app/assets/javascripts/commons/index.js
View file @
29990051
...
@@ -2,3 +2,4 @@ import 'underscore';
...
@@ -2,3 +2,4 @@ import 'underscore';
import
'./polyfills'
;
import
'./polyfills'
;
import
'./jquery'
;
import
'./jquery'
;
import
'./bootstrap'
;
import
'./bootstrap'
;
import
'./vue'
;
app/assets/javascripts/
vue_shared/common_
vue.js
→
app/assets/javascripts/
commons/
vue.js
View file @
29990051
import
Vue
from
'vue'
;
import
Vue
from
'vue'
;
import
'./vue_resource_interceptor'
;
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
...
...
config/webpack.config.js
View file @
29990051
...
@@ -30,7 +30,7 @@ var config = {
...
@@ -30,7 +30,7 @@ var config = {
blob
:
'./blob_edit/blob_bundle.js'
,
blob
:
'./blob_edit/blob_bundle.js'
,
boards
:
'./boards/boards_bundle.js'
,
boards
:
'./boards/boards_bundle.js'
,
common
:
'./commons/index.js'
,
common
:
'./commons/index.js'
,
common_vue
:
[
'vue'
,
'./vue_shared/common_vue.js'
]
,
common_vue
:
'./vue_shared/vue_resource_interceptor.js'
,
common_d3
:
[
'd3'
],
common_d3
:
[
'd3'
],
cycle_analytics
:
'./cycle_analytics/cycle_analytics_bundle.js'
,
cycle_analytics
:
'./cycle_analytics/cycle_analytics_bundle.js'
,
commit_pipelines
:
'./commit/pipelines/pipelines_bundle.js'
,
commit_pipelines
:
'./commit/pipelines/pipelines_bundle.js'
,
...
...
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