From 1955728fee18d4dd2f4b7966c10cd7e07a5875e1 Mon Sep 17 00:00:00 2001 From: Stef Coetzee Date: Thu, 6 Jan 2022 07:45:46 +0200 Subject: [PATCH] Update README --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 812264f..415e21b 100644 --- a/README.md +++ b/README.md @@ -29,27 +29,20 @@ bin/setup ### Development ```bash -# Make all Tailwind utility classes available for development. -bin/build-dev - -# Start a live-reload server at http://localhost:4000, skipping file with Tailwind -# @import statements during regeneration. +# Start a live-reload server at http://localhost:4000 bin/start ``` ### Production -Delete `.site` and it’s contents to see the production build output. +Note: Delete `.site` and it’s contents to see the production build output. ```bash -# Purge unused classes. bin/build-prod ``` ## Credit -Thanks to [@shafy](https://github.com/shafy) for sharing the two config-file -approach [here](https://canolcer.com/post/jekyll-and-tailwind/). Thanks to [@joemasilotti](https://github.com/joemasilotti) for sharing his build scripts [here](https://github.com/joemasilotti/masilotti.com/tree/main/bin).