-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clean command and build --clean (#103)
Adds a clean command to empty the build directory and adds a --clean option to the build command
- Loading branch information
1 parent
0c6dd22
commit 0c73317
Showing
4 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
+++ | ||
"@type" = "WebPage" | ||
name = "Commands: clean" | ||
abstract = "The clean command for Blurry, a Python static site generator focused on page speed and SEO" | ||
datePublished = 2024-12-28 | ||
+++ | ||
|
||
# Commands: clean | ||
|
||
`clean` removes the build folder and all of its contents. | ||
|
||
The build folder is specified by the `build_directory_name` [setting](./../configuration/settings.md), and defaults to `./dist/`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters