Geoffrey McGill

Results 213 comments of Geoffrey McGill

The issue is likely caused because the browser is temporarily caching the css file. You can clear the cache by force reloading the page or by adding a cache-buster suffix...

Thanks for the update and sharing the `browser-sync` work-around. We have logged the issue and will investigate a fix to get this working within Retype.

Confirmed. This has been a known issue for a while, but we just don't have a good solution for it yet. We'll take another look. ## See also - #68

We've gone back and forth on various options over time. Ultimately, we (mostly I) do not want Retype to be responsible for deleting ANYTHING, unless we know with absolute 100%...

Just thought of an idea, maybe we could add some meta data to each file Retype writes to the `output` location. Then when deleting the contents of the `output` directory...

> I can confirm that mdbook build removes things from the target folder once you remove them from your source folder and from the SUMMARY.md file (mdbook 0.4.9). Nice. Thanks...

Thanks for the excellent suggestion. I will add to our TODO list. Hard to say when this could get implemented, but it should be a nice easy one to implement.

Good catch. Thanks for letting us know about this issue. We'll try and fix right away.

Excellent idea. I think we can easily get this working. We basically have it working already, although only for [C# code regions](https://retype.com/components/code-snippet/#region) syntax. We just need to come up with...