flowup / owl

Automatically build/test/deploy your code
MIT License
10 stars 0 forks source link

'-i' and '-d' arguments have no effect #28

Open onionka opened 7 years ago

onionka commented 7 years ago
owl -r 'make protos' -i protos/*.proto -d 5000

makes protos when I changed proto files and even when I changed any other file in directory owl has been called

owl -r 'make protos' -i charts -i crud -i dev -i Dockerfile -i Makefile -i postman.json -i prod -i README.md -i services -i service_template -i wercker.yml

doesn't helped ... same problem

every click in and out on PyCharm window causes owl to run make command again

btw debounce doesn't work as expected either