Page MenuHomePhabricator

Temporarily disable caching for css and js files
AbandonedPublic

Authored by jasonbcox on Nov 20 2020, 22:18.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

We expect to make lots of changes to these over the next couple weeks.
Since Jekyll does not support versioned stylesheets that are cachable, it's best
for us to just disable the caching all together to improve UX. This issue will
go away once we are migrated to Gatsby.

This is an alternative to D8485 should that prove ineffective.

Test Plan
docker build -t bitcoin-abc-test .
docker run -it --rm -p 8080:80 bitcoin-abc-test

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Branch
css-js-nocache
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14143
Build 28281: arc lint + arc unit