Reload app on custom file change in playframework
问题 In playframework there is auto-reload feature. It means that in development mode on each request play checks files on changes, and recompiles and reloads project if necessary. So, for example if I $ touch conf/routes , project will be reloaded on next request. I'd like to add some custom file to watch for. I believe watchSources setting contains list of files play is watching for. But it doesn't work for me. Consider, we want to add trigger file to watched sources. watchSources <+=