| Summary: | CSS is not being concatenated | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken_walker, simon_kaegi |
| Version: | 3.0 | ||
| Target Milestone: | 3.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
In the build log I see this: > [java] Error: Missing either a "name", "include" or "modules" option The command we (used to) use to concatenate the CSS files is: > [java] Running in same VM Executing > 'org.mozilla.javascript.tools.shell.Main' with arguments: > '/shared/eclipse/e4/orion/requirejs/dist/r.js' > '-o' > '/shared/eclipse/e4/orion/support/org.eclipse.orion.releng/builder/scripts > /orion.build.js' > 'optimize=none' > 'appDir=/shared/eclipse/e4/orion/I201304072230/optimization' > 'dir=/shared/eclipse/e4/orion/I201304072230/optimization' This is slowing down our page loads by 150ms according to Simon. Time to fix it Fixed in the 'I201306031116' build. http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=5a9f995 |