Skip to content

Instantly share code, notes, and snippets.

@thejohnfreeman
Last active January 20, 2018 00:58
Show Gist options
  • Save thejohnfreeman/6520532c94ff4fd271999a5124846231 to your computer and use it in GitHub Desktop.
Save thejohnfreeman/6520532c94ff4fd271999a5124846231 to your computer and use it in GitHub Desktop.
Tight feedback loop
watchexec --ignore dist/ --exts ts,js,json npm test
while true; do ls build/manifest.json | entr bash -c 'rsync --archive --delete build/ ~/shared/mint-ui/ && date'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment