Closed leostratus closed 10 years ago
Turns out this looked like it worked at first b/c the uncompressed CSS was cached. There appears to be some sensitivity to order-of-operations between compressing and minifying - putting the compression middleware first seems to solve the problem.
fixed in 7c4863316ec7a4451647b7b51b2f843986993c64
Unfortunately, after a while I started getting this complaint:
WRT the static css, which apparently means this isn't getting gzipped even though the header claims it is. Removed compression for now and reopening issue :/