AdamBien / wad

Watch and Deploy - deploying ThinWARs without IDE plugins
http://wad.sh
MIT License
111 stars 24 forks source link

Doesn't watch for src/main/resources or src/main/webapp #2

Closed cristhiank closed 5 years ago

cristhiank commented 5 years ago

Hello Adam,

I am testing WAD and I realize that it only watches over the src/main/java folder and there are use cases where there are changes in the resoruces or webapp folders without changing the code files and WAD doesn't catch those changes. It would be a nice to have.

Thanks,

Cristhian.

cristhiank commented 5 years ago

Forget it, was my mistake. It already does it! Thanks.