-
Notifications
You must be signed in to change notification settings - Fork 35
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
adding new html includes without removing old ones #47
Comments
@thos37 If I understand correctly this would affect everyone and make things break for everyone? What version of |
Please describe the real problem, not presumed cause. |
In my code I have a line like: [:div.col-sm-4 [:div "hello world 3"]] When I change the hello world string and save the file, new js entries are added to the html file, but the string itself does not change unless I reload the browser. This is inside of an Om.Next component. What I'm hearing from you guys is that it's very unlikely to be a problem with boot-reload and is most likely some other aspect of my rendering process. I'll attempt to duplicate the problem with a simpler test case. |
@thos37 So probably your code is split to separate files and you are not changing the file with |
Thanks guys for taking a look at it and sorry for jumping to conclusions. The stack of includes threw me. I had my render function inside of a |
When I update a source file, new includes are being added to the html without removing old ones, which I think is causing the new code to fail to run correctly:
The text was updated successfully, but these errors were encountered: