| Summary: | git css files are not optimized in build | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Andrew Niefer <aniefer> |
| Component: | Client | Assignee: | 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: | |||
This also applies to user profile css files |
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"; ^^^^^