Hi,
Have you guys ever try Nodemon for development for ASPNetZero ? Because I'm not sure why Nodemon doesn't detect the changes for any files that I changes. So I need to do manual restart everytime I changes typescript.
3 Answer(s)
-
0
Hi,
We didn't try it actually. It seems like nodemon has some related issues, you can check/ask it here <a class="postlink" href="https://github.com/remy/nodemon/issues">https://github.com/remy/nodemon/issues</a>.
Thanks.
-
0
Hi,
Actually I have tried the fixed version that they mention but still no luck. Anyway maybe you can share which tools that you use best to work with AspNetZero other than Nodemon that you guys use in developement? :D :D
-
0
Hi,
Actually we don't use anything not included in our repository :). Normally angular-cli refreshes angular app when you made a change, why did you need nodemon ?