ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

update dependency glob-watcher to 3.0.0 fixing high cpu in docker #117

Closed renekalff closed 8 years ago

renekalff commented 8 years ago

Running ionic serve with live reload from a docker image (probably in other scenario's as well) causes a 300% cpu load. The latest glob-watcher dependency replaced their means for watching file system changes (from gaze to chokidar) resolving this issue.