Skip to content
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

Too many cleanup activities #23

Closed
nwcell opened this issue Sep 11, 2020 · 1 comment
Closed

Too many cleanup activities #23

nwcell opened this issue Sep 11, 2020 · 1 comment
Assignees

Comments

@nwcell
Copy link

nwcell commented Sep 11, 2020

Expected Behaviour

When I add/remove .md files, it should update my build seemlessly.

Actual Behaviour

Currently, when I make a significant update to the .md filed I have to bounce the dev server, run gatsby clean, AND delete the content folder.

Reproduce Scenario (including but not limited to)

Add a .md file, while in dev mode. The file isn't available until I run gatsby clean & then rm -rf ./src/content

Steps to Reproduce

Add a .md file, while in dev mode.

Platform and Version

node v12.18.3 on osx

Sample Code that illustrates the problem

cd {source repo}
touch new.md
# add new.md to the manifest.json

Logs taken while reproducing problem

@macdonst
Copy link
Contributor

@nwcell with our latest commits we have fixed things so adding/removing files should automatically update your build without having to stop the develop process and run clean/rm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants