openequella / openEQUELLA

Core openEQUELLA sources
https://openequella.github.io/
Apache License 2.0
42 stars 44 forks source link

Updates to legacy.scss do not show up properly until theme changes happen #2107

Closed SammyIsConfused closed 4 years ago

SammyIsConfused commented 4 years ago

Describe the bug The intended way for this to work was for the date modified of the legacy.scss compared to the applied one to determine which copy gets applied. This doesn’t work, instead the only way to get it to update is to make a change in the Theme Editor to force a change.

To Reproduce Steps to reproduce the behavior:

  1. Make a change to legacy.scss and rebuild your oEQ.
  2. Note that the change has not applied.
  3. Go to the Theme Editor and click “Reset To Default” for the theme.
  4. Note that the change has applied.

Expected behavior Any change to the legacy.scss file should be automatically applied upon rebuild. We sh ould not have to rely upon changing the theme editor to get that to work.

Platform:

SammyIsConfused commented 4 years ago

The fix for this has been merged, and tested by @cathfitz. Closing.