Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 348128 - git css files are not optimized in build
Summary: git css files are not optimized in build
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 15:29 EDT by Andrew Niefer CLA
Modified: 2011-09-01 11:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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