Open ardikaveh opened 4 years ago
Can you post the full modd.conf? running modd from modd?
Have this
**/*.qtpl{ prep: ../../bin/goz generate ./web/seo/... daemon +sigterm: go run ./cmd/seo/* }
would like this
**/*.qtpl{ indir: ./cmd/seo prep: ../../bin/goz generate ./web/seo/... daemon +sigterm: go run * }
You can put any valid forward path it will throw the error
I have a modd.conf and run modd from the same folder of the modd.conf
@ardikaveh Looks like this could be related to issue https://github.com/cortesi/modd/issues/69
Have you tried running the same config using master?
If you are installing modd
via Homebrew you can do the following:
% brew unlink modd
% brew install -HEAD modd
@charlesmarvin thanks for this! You're solution helped me to resolve the issue @ardikaveh had.
There's a small typo, a dash is missing. The following works:
brew unlink modd
brew install --HEAD modd
trying add indir like so
{ indir: ./cmd/seo }
and I get the following error
19:12:30: Error running prep: fork/exec /usr/local/bin/modd: no such file or directory
this is on a mac.