random sticky id makes every file "changed"

This forum is for all Flare issues not related to any of the other categories.
Post Reply
yonatanlehman
Propeller Head
Posts: 51
Joined: Mon Sep 18, 2017 6:14 am

random sticky id makes every file "changed"

Post by yonatanlehman »

Hi
Every file in my generated HTML5 output contains lines such as
<div class="container">
<div class="sidebar">
<div data-sticky-container="" id="umGvcCL_ekq_YGxttMsLuw">
.......
I understand that this has something to do with the scrolling of the sidebar.

My problem is that every build, every single file is detected by Git as changed because the id is different every build, (presumably a random string)

This makes it difficult to track what files have really changed from a content point of view.
Is there a way to force solve this? i.e make the id a fixed string

Thanks
Post Reply