cache.manifest 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. CACHE MANIFEST
  2. # version 2013-05-21 13:30:21
  3. # Note: If this file is dynamic, it must return MIME text/cache-manifest
  4. # Note: Order of CACHE, NETWORK and FALLBACK section does not change behaviour
  5. " Note:
  6. # Files listed under CACHE will be ALWAYS cached after they are loaded.
  7. # And they will be always used from Cache after (even after refresh).
  8. CACHE:
  9. theme/dolibarr_logo.svg
  10. support/
  11. support/index.php
  12. support/default.css
  13. support/helpcenter.png
  14. support/internet.png
  15. support/mail.png
  16. support/pagemaster.png
  17. support/redstar.png
  18. support/star.png
  19. support/who.png
  20. # The NETWORK section contains the path to a folder to ensure that requests
  21. # to load resources will use internet.
  22. # CACHE has priority on NETWORK, so usage is useless
  23. NETWORK:
  24. /
  25. # The FALLBACK section contains entries that provide a backup strategy.
  26. # If the browser is unable to retrieve the original content, the fallback resource will be used.
  27. # In the example above, we display a static image in case the dynamic one is unavailable.
  28. FALLBACK:
  29. #/ public/notice.php
  30. #theme/eldy/img/* theme/md/img/*