I want to do auto build like "gulp.js" in Node.js.
$ iex -S mix -e 'DribbbleGif.main'
** (Mix) Cannot implicitly pass flags to default mix task, please invoke instead: mix run
I want to do this in 1 line command.
Because, finally I want to watch file like this.
chokidar **/*.exs **/*.ex -c 'iex -S mix -e 'DribbbleGif.main''
If you have other solution for auto build, please tell me it.
Try:
iex -S mix run -e "DribbbleGif.main"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With