mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
🚜 Refactors theme and overall look. Fixes #133
This commit is contained in:
15
justfile
15
justfile
@@ -1,5 +1,3 @@
|
||||
TAILWIND_CSS_VERSION := "2.1.1"
|
||||
|
||||
@_default:
|
||||
just --list
|
||||
|
||||
@@ -18,18 +16,5 @@ TAILWIND_CSS_VERSION := "2.1.1"
|
||||
modd --file=modd.conf
|
||||
bundle exec jekyll serve --drafts --watch --port 8000
|
||||
|
||||
@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/development.css \
|
||||
-w
|
||||
|
||||
@toc:
|
||||
npx doctoc README.md
|
||||
|
||||
Reference in New Issue
Block a user