Theme customization #7544
BanditIntInc
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm hitting a wall here on developing a custom theme. I read the guide, set up my dev framework, cleared my cache, disabled my cache, and made a simple change to nav-footer.vue. The issue is it will NOT update to any changes made to the file. Setting an alert("something") in mounted...no dice. Making an HTML change or a CSS change...no dice. The console reloads, nothing. What am I missing? I am using "yarn dev" to run the server and it does load. Closing it and then relaunching also does nothing. Where is this getting locked into a permanent state? Is the theme file in client/themes/default still in play? Is this being hid somewhere else? Is there a cache that needs to clear? I can't find any documentation that says anything helpful on how to fix.
Beta Was this translation helpful? Give feedback.
All reactions