habitica-self-host/website/client/public/static
2024-03-11 09:59:57 -05:00
..
audio move static files & fixes 2019-10-15 18:45:20 +02:00
emails/images move static files & fixes 2019-10-15 18:45:20 +02:00
icons move static files & fixes 2019-10-15 18:45:20 +02:00
merch chore(node): upgrade to Node 20 2024-03-11 09:59:57 -05:00
npc WIP(faq): pixelate Daniel's border 2023-06-07 13:33:58 -04:00
presskit move static files & fixes 2019-10-15 18:45:20 +02:00
README.md fix(static files): cache more static files (#12102) 2020-04-17 14:52:28 +02:00

The files in the following subfolders:

  • audio
  • emails
  • icons
  • merch
  • presskit

are not processed by Webpack so their filenames don't get hashed, but given that they almost never change, they're still cached for 1 week.

In case one of the files needs to be updated the filename should be changed if possible.

For more information see website/server/middlewares/static.js.