I have a static page in development with Jekyll, which runs okay after bundle exec jekyll serve
although with the following warning:
Conflict: The following destination is shared by multiple files.
The written file may end up with unexpected contents.
/Users/username/Documents/Personal/RdM/_site/assets/main.css
- assets/main.scss
- /Users/username/Documents/Personal/RdM/assets/main.css
However, if I alter any of the html
or md
files and reload the browser, the page is broken, with all the styling missing. At that point, the only way to make it work again is ctrl + c
to stop it and then run serve
again.
Oddly enough, if what I modify is a stylesheet, the reload works as expected.