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

Bug 401340

Summary: CSS is not being concatenated
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: john.arthorne, ken_walker, simon_kaegi
Version: 2.0   
Target Milestone: 2.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-02-20 12:49:11 EST
Observe the page CSS -- for example https://orion.eclipse.org/navigate/table.css

This file should be a concatenation of all the inlined @imported stylesheets used by table.css, but it is not. This causes about 5-6 additional HTTP requests per page.
Comment 1 Ken Walker CLA 2013-02-22 09:27:22 EST
Still true in latest build, looking at it
Comment 2 Mark Macdonald CLA 2013-02-22 11:02:18 EST
The build step that's supposed to minify all the CSS files is erroring out:

> [java] Error: Missing either a "name", "include" or "modules" option

If I downgrade to r.js 1.0.8 this error goes away. Unfortunately
Comment 3 Mark Macdonald CLA 2013-02-22 11:05:26 EST
Unfortunately requirejs 1.x seemed to be subject to bug 399891, so if we're reverting to the old version we'll have to make sure that bug doesn't happen again.
Comment 4 Mark Macdonald CLA 2013-02-22 12:56:42 EST
The downgrade seems to have done the trick. This build appears to be sane:
http://download.eclipse.org/orion/drops/I201302221149/index.html