mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
⚙️ Updates configs
This commit is contained in:
parent
0da034e0fe
commit
1e199827fe
7
justfile
7
justfile
|
@ -8,9 +8,13 @@ TAILWIND_CSS_VERSION := "2.1.1"
|
||||||
|
|
||||||
@build:
|
@build:
|
||||||
just toc
|
just toc
|
||||||
|
bundle exec jekyll build
|
||||||
|
|
||||||
@lint:
|
@lint:
|
||||||
npx awesome-lint README.md
|
npx awesome-lint README.md
|
||||||
|
@serve:
|
||||||
|
modd --file=modd.conf
|
||||||
|
bundle exec jekyll serve --drafts --watch --port 8000
|
||||||
|
|
||||||
@static:
|
@static:
|
||||||
JEKYLL_ENV=production \
|
JEKYLL_ENV=production \
|
||||||
|
@ -25,8 +29,5 @@ TAILWIND_CSS_VERSION := "2.1.1"
|
||||||
--output ./assets/development.css \
|
--output ./assets/development.css \
|
||||||
-w
|
-w
|
||||||
|
|
||||||
@serve:
|
|
||||||
bundle exec jekyll serve --drafts --watch --port 8000
|
|
||||||
|
|
||||||
@toc:
|
@toc:
|
||||||
npx doctoc README.md
|
npx doctoc README.md
|
||||||
|
|
20
modd.conf
Normal file
20
modd.conf
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
# prep: "killall ruby"
|
||||||
|
daemon +sigterm: "bundle exec jekyll serve --drafts --watch --port 4000"
|
||||||
|
}
|
||||||
|
|
||||||
|
# DEVD proxy with livereload listening on port 8000
|
||||||
|
|
||||||
|
**/*.css
|
||||||
|
**/*.html
|
||||||
|
**/*.js
|
||||||
|
!src/**
|
||||||
|
{
|
||||||
|
daemon: "devd --modd -l http://localhost:4000"
|
||||||
|
}
|
||||||
|
|
||||||
|
# src/*.css
|
||||||
|
# src/*.js
|
||||||
|
# {
|
||||||
|
# prep +onchange: "just static"
|
||||||
|
# }
|
Loading…
Reference in New Issue
Block a user