I am using IntelliJ to develop and angularjs project that uses grunt to deploy, start the application and watch for changes. Sometimes after I create a new html file grunt starts seeing an endless loop of changes on that file, constantly reloading my application. This only happens when the project is opened in IntelliJ. Other IDEs don't have this issue. As soon as I close IntelliJ the issue stops, but when I reopen IntelliJ the loop restarts (even if I don't change anything in that file). Does anyone know if there is some setting inside IntelliJ to prevent this issue?
angularjs - IntelliJ causes endless redeploy loop with grunt - Stack Overflow
评论列表(0)
- 暂无评论