[08:39] wgrant: do you know much about our CSS build pipeline and why it's structured the way it is? [08:39] something something 'components are odd' [08:40] tomwardill: I don't. The most recent serious contact I had with our CSS was before I was with the company, laughing at the silly idea of redesigning the whole thing in one month. [08:40] ah, right [08:40] ... they did it and you see the result. [08:41] Colin might have touched it a bit more recently. [08:41] But I haven't made non-trivial changes in a decade. [08:41] we appear to rewrite all the URLs in the CSS, which means the plan to just do a straight node-sass concatentation doesn't work. [08:41] I was wondering if something along the lines of a collectstatic approach might be better [08:42] Is the rewriting thing just for absolute icing paths, or something else? [08:43] the former I think [08:43] at the point of concatenation, we grab all the CSS files from components and yui, then rewrite any urls in the CSS (for icons, etc) to point at the right place [08:43] then do the concat [08:44] but there's also something to do with revision numbers that I don't quite understand yet [08:46] pure guess but prepending revision number to output paths so users get stable UI experience? [08:47] Right, outside dev we always prefix media with a path containing revinfo and Expires: 5eva [08:47] (there should be an RFC for that) [08:48] yeah, that makes sense [08:48] doesn't always seem to apply though [08:48] I may well be reading the access logs wrong however [08:51] Some HTML or JS likely uses non-revved paths because it's lazy [14:04] before swearing a lot and trying to work out why your fixed code is still generation 404s, ensure that the file actually exists on disk and that you haven't rm'd it and not regerated it [14:04] I'M LOOKING AT YOU, bg_steps-estatus.gif' [14:07] :) [14:07] nice one [14:17] can someone re-review https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/384706 given the last commit is a change in behaviour and is new since ilasc looked at it last. [14:18] * pappacena checking [14:21] pappacena: it might be worth starting the branch (via checkout, make clean, make run) and clicking some pages [14:21] and checking the logs for 404s [14:21] * pappacena 👍 [14:21] entirely possible it's still broken and I've just missed some [14:35] it depends on this one, right? https://code.launchpad.net/~twom/lp-source-dependencies/+git/lp-source-dependencies/+merge/384643 [14:36] oh, ydx [14:36] *yes [14:36] * pappacena pulling it! [14:42] pappacena: you may need to apt upgrade nodejs too [14:43] Should it work with `$ node --version` == v8.10.0 ? [14:43] because apparently it worked oO [14:53] ah yes, that is the updated version [14:53] (origianl is v4) [15:03] SpecialK|Canon: I have no idea what longopts is [15:03] otherwise, maybe? [15:03] tomwardill: ah sorry! --help vs -h [15:03] ah, fair [15:04] (I had to look up `ln -n`) [15:05] oh, I wasn't going to change that one (it's copy+paste fromt he block above it) [15:05] fair enough! [15:05] there's perhaps a job in going through the Makefile for that though [15:06] Sure, no biggie, I just like/encourage the general convention [15:06] I've changed the one on the node-sass line to `--recursive` over `-r` though [15:17] well, this is a fun diff, but transcription to SCSS: https://code.launchpad.net/~twom/launchpad/+git/launchpad/+merge/384834