rstudio / blogdown

Create Blogs and Websites with R Markdown
https://pkgs.rstudio.com/blogdown/
1.73k stars 334 forks source link

serve_site() does not properly recognize changes to R Markdown files with a lowercase file extension #98

Closed sharingtom closed 7 years ago

sharingtom commented 7 years ago

Hi,

When starting blogdown:::serve_site() the site is built as expected, but changes to .rmd (as opposed to .Rmd) are not recognized when blogdown:::serve_site() is already running; the Viewer is updated, but the site is not re-built.

I found this when I used the New Post Addin, which says it will create a .Rmd file, but ends up creating a .rmd file instead

file extension issue

> blogdown:::new_post_addin()
Loading required package: shiny

Listening on http://127.0.0.1:7365
E:\git\blog\content\post\2017-05-01-file-extension-issue.rmd created

System:

yihui commented 7 years ago

Should be fixed now. Please reinstall blogdown. Thanks for the report!