embark/packages/stack/watcher
Jonathan Rainville c8f86e55f0 fix(@embark/watcher): endless loop when artifacts are put in src
The problem was that putting the artifacts in src caused them to be watched
and thus creating an infinite loop, because a change in src triggers the build of the artifacts
This was fixed by ignoring the artifacts by chokidar, wherever they are
2020-01-06 10:46:33 -05:00
..
src fix(@embark/watcher): endless loop when artifacts are put in src 2020-01-06 10:46:33 -05:00
.npmrc chore(@embark/): move more packages to their logical folders, remove embark- prefix (#1882) 2019-09-07 11:27:08 -04:00
CHANGELOG.md chore(release): 5.0.0-alpha.9 2019-12-20 18:13:47 -05:00
README.md build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00
package.json chore(release): 5.0.0-alpha.9 2019-12-20 18:13:47 -05:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00

README.md

embark-watcher

Watches changes in the file system

Visit embark.status.im to get started with Embark.