awesome-django/modd.conf

21 lines
314 B
Plaintext
Raw Permalink Normal View History

2021-04-09 03:06:32 +00:00
{
# 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"
# }