Skip to content
Snippets Groups Projects
Commit 4d3c6f46 authored by Tim Zallmann's avatar Tim Zallmann Committed by Phil Hughes
Browse files

Moved repo.css to its own CSS bundle to reduce the size of the main bundle

parent 117567fa
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
@import 'framework/variables';
@import 'framework/mixins';
.project-refs-form,
.project-refs-target-form {
display: inline-block;
Loading
Loading
- @body_class = 'ide'
- page_title 'IDE'
 
- content_for :page_specific_javascripts do
= stylesheet_link_tag 'page_bundles/ide'
#ide.ide-loading{ data: {"empty-state-svg-path" => image_path('illustrations/multi_file_editor_empty.svg'),
"no-changes-state-svg-path" => image_path('illustrations/multi-editor_no_changes_empty.svg'),
"committed-state-svg-path" => image_path('illustrations/multi-editor_all_changes_committed_empty.svg'),
Loading
Loading
Loading
Loading
@@ -133,6 +133,7 @@ module Gitlab
config.assets.precompile << "notify.css"
config.assets.precompile << "mailers/*.css"
config.assets.precompile << "xterm/xterm.css"
config.assets.precompile << "page_bundles/ide.css"
config.assets.precompile << "performance_bar.css"
config.assets.precompile << "lib/ace.js"
config.assets.precompile << "test.css"
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