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
04502c06
Commit
04502c06
authored
Aug 06, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in config/application.rb
parent
160e5b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
config/application.rb
config/application.rb
+0
-3
No files found.
config/application.rb
View file @
04502c06
...
@@ -166,7 +166,6 @@ module Gitlab
...
@@ -166,7 +166,6 @@ module Gitlab
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/node_modules/xterm/src/"
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/node_modules/xterm/src/"
config
.
assets
.
precompile
<<
"xterm.css"
config
.
assets
.
precompile
<<
"xterm.css"
<<<<<<<
HEAD
## EE-specific assets config START
## EE-specific assets config START
%w[images javascripts stylesheets]
.
each
do
|
path
|
%w[images javascripts stylesheets]
.
each
do
|
path
|
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/ee/app/assets/
#{
path
}
"
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/ee/app/assets/
#{
path
}
"
...
@@ -181,8 +180,6 @@ module Gitlab
...
@@ -181,8 +180,6 @@ module Gitlab
config
.
assets
.
precompile
<<
LOOSE_EE_APP_ASSETS
config
.
assets
.
precompile
<<
LOOSE_EE_APP_ASSETS
## EE-specific assets config END
## EE-specific assets config END
=======
>>>>>>>
upstream
/
master
# Version of your assets, change this if you want to expire all your assets
# Version of your assets, change this if you want to expire all your assets
config
.
assets
.
version
=
'1.0'
config
.
assets
.
version
=
'1.0'
...
...
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