Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 348128

Summary: git css files are not optimized in build
Product: [ECD] Orion Reporter: Andrew Niefer <aniefer>
Component: ClientAssignee: Project Inbox <e4.orion-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Andrew Niefer CLA 2011-06-02 15:29:41 EDT
The git css files are not optimized in the build.
This is because the releng system is copying all css files back to org.eclipse.orion.client.core

Additionally, the css files themselves have the following:

git-clone.css
@import "/git/css/git.css"
This should probably be changed to a relative url "css/git.css"

git-log.css
@import ../"org.dojotoolkit/dijit/themes/nihilo/ProgressBar.css";

        ^^^^^
Comment 1 Andrew Niefer CLA 2011-06-02 15:37:34 EDT
This also applies to user profile css files