Closed Bug 1014374 Opened 11 years ago Closed 11 years ago

backport bug 977969 to bmo (concatenate and slightly minify css files)

Categories

(bugzilla.mozilla.org :: General, defect)

Production
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: glob, Assigned: glob)

Details

No description provided.
this was a straight backport.. To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git 54cc754..7f29dd3 master -> master
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
hit a problem after pushing this to production. some webheads are returning 404 for the concatenated css files. what's happening in the load balancer isn't sticky, so the two requests (one for the html, and one for the css) may land on different webheads. the html request creates the css file if it doesn't already exist, but only on that webhead. i'll move the assets directory into the data/ directory, which is shared across webheads. will file an upstream bug to address this once this fire's out.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git 612ab3f..049ea3d master -> master
Status: REOPENED → RESOLVED
Closed: 11 years ago11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.