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

Add a wax:clobber task to remove all files generated by wax_tasks #46

Closed
mnyrop opened this issue Jan 21, 2020 · 1 comment · Fixed by #53
Closed

Add a wax:clobber task to remove all files generated by wax_tasks #46

mnyrop opened this issue Jan 21, 2020 · 1 comment · Fixed by #53
Assignees

Comments

@mnyrop
Copy link
Member

mnyrop commented Jan 21, 2020

  • should remove generated pages (e.g., _qatar) and images (e.g., img/derivatives), and search index (e.g., search/index.json)
  • should leave the data (e.g., _data/raw_images and _data/qatar.csv)
  • BUT should remove generated columns/fields from metadata file (e.g., manifest from _data/qatar.csv)
@mnyrop mnyrop self-assigned this Jan 21, 2020
@mnyrop mnyrop mentioned this issue Jul 20, 2020
@mnyrop
Copy link
Member Author

mnyrop commented Jul 20, 2020

Notes:

  • feature is implemented in clobber branch but does not include tests
  • does not "clobber" wax-generated metadata fields (e.g., manifest, thumbnail) because these fields might, in some cases, be manual and not wax-generated. punting this question with possibility of a wax:metadata:prune feature at a later date

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

Successfully merging a pull request may close this issue.

1 participant