forked from BDQ/deface
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original hash changing after reload #131
Comments
I have exactly the same issue. |
Same |
Is deface not supposed to be used anymore? |
This is a new one for me, I'll take a look and see if I can replicate. |
I know this issue was opened some months ago, but for people who have the same problem, it seems to be fixed (discussed in issue #130). I had the same issue because the version of Deface I was using was too old... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a hard time getting the
:original
hash for my Deface overrides to work correctly. It appears that the hash changes with every reload!For instance, I wanted to override the following
<h1>
:https://github.com/spree/spree_auth_devise/blob/2-2-stable/lib/views/frontend/spree/users/edit.html.erb#L4
So I wrote the following override:
However, I keep getting Deface warnings about needing an
original
hash:Reload...
Am I missing something and am simply doing this wrong? The line that I'm overriding isn't dynamic, so what might be causing the hash to change like this?
The text was updated successfully, but these errors were encountered: