From 1dff66a5b80dc5bb156dbe141747c130d09937bc Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 20 Sep 2022 16:52:20 -0500 Subject: [PATCH] Merge Launch/Start powershell scripts I guess I never noticed I had both. Weird. --- Launch.ps1 | 2 +- Start.ps1 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 Start.ps1 diff --git a/Launch.ps1 b/Launch.ps1 index 7e37b9a..d907be5 100644 --- a/Launch.ps1 +++ b/Launch.ps1 @@ -1 +1 @@ -bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished \ No newline at end of file +bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished -I -o \ No newline at end of file diff --git a/Start.ps1 b/Start.ps1 deleted file mode 100644 index f839e7c..0000000 --- a/Start.ps1 +++ /dev/null @@ -1 +0,0 @@ -bundle exec jekyll serve --drafts -I -o --config _config.yml,_config_dev.yml \ No newline at end of file