Skip to content
Snippets Groups Projects
Verified Commit 4b84e1c4 authored by Mike Greiling's avatar Mike Greiling
Browse files

Fix xterm CSS not loading

parent 3cc5535c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment