mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
⚙️ Updates configs
This commit is contained in:
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"
|
||||
# }
|
||||
Reference in New Issue
Block a user