Girish21 / speed-metal-stack

The Remix Blog Stack for deploying to Fly with MDX, SQLite, testing, linting, formatting, etc.

Home Page:https://remix.run/stacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refresh-on-content-change should trigger if content is deleted

tconroy opened this issue · comments

Currently, the refresh-on-content-change script does not trigger when content (i.e a blog post) is deleted. It only triggers when the file(s) are changed, but not on delete.

I think ideally the script should run when anything is added, removed or modified in the content directory.