Add config watcher

requires `entr` binary
This commit is contained in:
Mathieu Darse
2014-10-22 11:16:44 +02:00
parent 3266d8d9ac
commit 626b57ba63

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
config:
@php bin/console compile:configuration
watch:
@echo 'config/configuration.yml' | entr make config
.PHONY: config watch