🎨 Minimizes Tailwind and the dev banner

Fixes #100
This commit is contained in:
Jeff Triplett
2020-10-02 14:21:06 -05:00
parent 01521af9b6
commit c67a1b8324
6 changed files with 108719 additions and 106951 deletions

View File

@@ -12,14 +12,20 @@ lint:
.PHONY: static
static:
@JEKYLL_ENV=production \
npx -p tailwindcss@${TAILWIND_CSS_VERSION} tailwindcss build \
./src/style.css \
--config ./tailwind.config.js \
--output ./assets/style.css
@npx -p tailwindcss@${TAILWIND_CSS_VERSION} tailwindcss build \
./src/style.css \
--config ./tailwind.config.js \
--output ./assets/style.css
--output ./assets/development.css
.PHONY: serve
serve:
bundle exec jekyll serve --drafts --watch --port 4000
@bundle exec jekyll serve --drafts --watch --port 4000
.PHONY: toc
toc: