cortesi / devd

A local webserver for developers
MIT License
3.44k stars 145 forks source link

Windows 10 and devd are not very friends #108

Open frederikhors opened 5 years ago

frederikhors commented 5 years ago

@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.