Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
814
Widok
0
23/07/2021 11:10 am
Topic starter
problems with npm run watch, switching betwen IDE and webbrowser.
1 Answer
0
23/07/2021 11:14 am
Topic starter
Use https://mutagen.io it's extremly fast :)
- disable automatic upload in phpStorm
- download mutagen (dont forget about mutagen-agents.tar.gz, must be near mutagen.exe)
- create synchronization
-
mutagen sync create C:\_MY_PROJECT_ root@192.168.1.1:/var/www/html/_MY_PROJECT_ --name=PROJECT_ONE --sync-mode=one-way-replica --default-owner-beta=www-data --default-group-beta=www-data
- (type password multiple times... )
-
- watch for changes using mutagen sync monitor PROJECT_ONE
- or watch mutagen list
How to STOP
- mutagen sync terminate PROJECT_ONE
now it's better :)