目录1. 引入配置2. 配置静态自动编译3. 配置动态编译4. 如何触发热部署总结1. 引入配置
I am running a small inotify script that sets up a watch on a file. Each time that file is edited and saved, the script notices that a DELETE_SELF event is triggered. Is that normal and if it is why?