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
b1bd44f7
Commit
b1bd44f7
authored
Sep 20, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-09-20
parents
e2f03d9c
8c219294
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
app/assets/stylesheets/page_bundles/xterm.scss
app/assets/stylesheets/page_bundles/xterm.scss
+2
-0
app/views/projects/jobs/show.html.haml
app/views/projects/jobs/show.html.haml
+3
-0
changelogs/unreleased/44768-lazy-load-xterm-css.yml
changelogs/unreleased/44768-lazy-load-xterm-css.yml
+5
-0
config/application.rb
config/application.rb
+1
-0
No files found.
app/assets/stylesheets/pages/xterm.scss
→
app/assets/stylesheets/page
_bundle
s/xterm.scss
View file @
b1bd44f7
@import
'framework/variables'
;
.build-page
{
// color codes are based on http://en.wikipedia.org/wiki/File:Xterm_256color_chart.svg
// see also: https://gist.github.com/jasonm23/2868981
...
...
app/views/projects/jobs/show.html.haml
View file @
b1bd44f7
...
...
@@ -3,6 +3,9 @@
-
breadcrumb_title
"#
#{
@build
.
id
}
"
-
page_title
"
#{
@build
.
name
}
(#
#{
@build
.
id
}
)"
,
"Jobs"
-
content_for
:page_specific_javascripts
do
=
stylesheet_link_tag
'page_bundles/xterm'
%div
{
class:
container_class
}
.build-page.js-build-page
#js-build-header-vue
...
...
changelogs/unreleased/44768-lazy-load-xterm-css.yml
0 → 100644
View file @
b1bd44f7
---
title
:
Lazy load xterm custom colors css
merge_request
:
author
:
type
:
performance
config/application.rb
View file @
b1bd44f7
...
...
@@ -148,6 +148,7 @@ module Gitlab
config
.
assets
.
precompile
<<
"notify.css"
config
.
assets
.
precompile
<<
"mailers/*.css"
config
.
assets
.
precompile
<<
"page_bundles/ide.css"
config
.
assets
.
precompile
<<
"page_bundles/xterm.css"
config
.
assets
.
precompile
<<
"performance_bar.css"
config
.
assets
.
precompile
<<
"lib/ace.js"
config
.
assets
.
precompile
<<
"test.css"
...
...
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