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
4b84e1c4
Commit
4b84e1c4
authored
Jul 22, 2019
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix xterm CSS not loading
parent
3cc5535c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
config/application.rb
config/application.rb
+4
-1
No files found.
config/application.rb
View file @
4b84e1c4
...
...
@@ -168,7 +168,6 @@ module Gitlab
# Import gitlab-svgs directly from vendored directory
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/node_modules/@gitlab/svgs/dist"
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/node_modules"
config
.
assets
.
precompile
<<
"icons.svg"
config
.
assets
.
precompile
<<
"icons.json"
config
.
assets
.
precompile
<<
"illustrations/*.svg"
...
...
@@ -186,6 +185,10 @@ module Gitlab
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/vendor/assets/javascripts/"
config
.
assets
.
precompile
<<
"snowplow/sp.js"
# This path must come last to avoid confusing sprockets
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/64091#note_194512508
config
.
assets
.
paths
<<
"
#{
config
.
root
}
/node_modules"
# Compile non-JS/CSS assets in the ee/app/assets folder by default
# Mimic sprockets-rails default: https://github.com/rails/sprockets-rails/blob/v3.2.1/lib/sprockets/railtie.rb#L84-L87
LOOSE_EE_APP_ASSETS
=
lambda
do
|
logical_path
,
filename
|
...
...
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