awesome-django/modd.conf
Jeff Triplett 1e199827fe
⚙️ Updates configs
2021-04-08 22:08:01 -05:00

21 lines
314 B
Plaintext

{
# 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"
# }