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

improve clean task #130

Merged
merged 4 commits into from
Apr 2, 2021
Merged

improve clean task #130

merged 4 commits into from
Apr 2, 2021

Conversation

ryanatkn
Copy link
Owner

@ryanatkn ryanatkn commented Apr 2, 2021

This improves the clean task: it now accepts a number of options. Running it with no options keeps the existing behavior, deleting /.gro/ and /dist/.

  • -B: keep /.gro/, the "Gro build directory"
  • -D: keep /dist/
  • -s: delete /.svelte/
  • -n: delete /node_modules/

It also changes the clean function to have a nice options interface.

@ryanatkn ryanatkn merged commit 9c193eb into main Apr 2, 2021
@ryanatkn ryanatkn deleted the clean-svelte branch April 2, 2021 06:33
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 this pull request may close these issues.

1 participant