azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

Sync runs `chown` on `sync_folders` causing every file inside to be touched #615

Closed fearenales closed 8 years ago

fearenales commented 8 years ago

When a system is restarted, sync is refreshed and this line is run, causing every file inside sync_folders to be touched.

In Azkfiles with multiple systems and a watcher build (e.g. ember, gulp), this causes ALL systems to build everytime a system is restarted.

cc @alexferreira