@cortesi I love your modd
, I think is the best.
Now I'd like to fall in love with devd
but nothing.
I cannot use it on Windows 10.
Using the below code in modd.conf
:
rendered/*.css ./rendered/*.html {
daemon: devd -m ./rendered
}
**/* {
daemon: devd -l http://localhost:3000
}
nothing happens in my browser.
Using it with devd -ol .
works good.