Closed
Bug 1157114
Opened 11 years ago
Closed 10 years ago
[stage] CSS broken
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rhelmer, Unassigned)
References
Details
Looks like there's something wrong with the CSS generation, stage is trying to load a .less file:
https://crash-stats.allizom.org/home/products/Firefox
I bet it has to do with switching from local.py to environment variables in the build process.
| Reporter | ||
Comment 1•11 years ago
|
||
OK this was caused by https://github.com/mozilla/socorro/commit/02deed101ccea111f707a1186a0946020ec1ac79 - the default being False, and we are not overriding it in PHX stage local.py
:peterbe - was this intended, and do we need to make this change on prod too ^? If so let's push it now before our next code push.
In any case it shouldn't hurt to make this config change on stage now, we can always back it out if necessary, and I want stage to be working so we can compare it to AWS:
Sending local.py.erb
Transmitting file data .
Committed revision 103775.
Flags: needinfo?(peterbe)
Comment 2•11 years ago
|
||
Uh. I think that was a mistake by me. Didn't we agree that defaults should favor production? If so, my default is incorrect and we should change the default to True.
Flags: needinfo?(peterbe)
Comment 4•10 years ago
|
||
Cleaning up.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•