@@ -29,7 +29,7 @@ import (
var assetsWatcher *fsnotify.Watcher
func WatchAssets() {
- if "android" == util.Container {
+ if "android" == util.Container || "ios" == util.Container {
return
}
@@ -29,10 +29,6 @@ import (
var assetsWatcher *watcher.Watcher
- if "iOS" == util.Container {
- return
- }
-
go func() {
watchAssets()
}()
@@ -271,9 +271,6 @@ func syncRepo(boot, exit, byHand bool) {
- CloseWatchAssets()
- defer WatchAssets()
start := time.Now()
cloudInfo := &dejavu.CloudInfo{
Dir: "main",