Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-3753

The Last-Modified of a scss file is the root date and not the last import date

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.0, 4.7.11
    • None
    • None

      When a.scss imports b.scss, loading a.css indicate always the lastmodified of a event if b is more recent and has changed.
      This makes the browser caching the a.css where it should asks it again when b is modified
      CTRL+SHIFT+R work and the new a.css file is downloaded but still with a lastmodified of the a file while it should have the most recent.

      Use case:
      change the captcha system and login to admin wrongly 3 times.

      To fully test it, the captcha system change should be done in production mode, since I remember that the scss import is not recursive in that mode, but the captcha scss import is at level 2 as far as I remember

            Unassigned Unassigned
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: